#ifndef CMDE_SPI_H #define CMDE_SPI_H #include "stm32f10x.h" void SPI_INIT(void); void SPI_SEND(void); void SPI_RECEP(void); #endif /* CMDE_SPI_H */