Add initial version of an spi.h header file.

So far, it contains the SPI register definitions and some bit
definitions of control register 1 (CR1).
This commit is contained in:
Uwe Hermann
2009-12-29 17:38:40 +01:00
parent 88f35a4a7e
commit 821873acac
2 changed files with 137 additions and 0 deletions

View File

@@ -26,5 +26,6 @@
#include <libopenstm32/gpio.h>
#include <libopenstm32/usart.h>
#include <libopenstm32/adc.h>
#include <libopenstm32/spi.h>
#endif