Rev 2294 Rev 3500
1 #ifndef SPI_H 1 #ifndef SPI_H
2 #define SPI_H 2 #define SPI_H
3   3  
4 void SPI_MasterInit(void); 4 void SPI_MasterInit(void);
5 char SPI_MasterTransmit(char cData); 5 char SPI_MasterTransmit(char cData);
6   6  
7 #endif 7 #endif