Rev Author Line No. Line
2108 paro 1 #ifndef SPI_H
2 #define SPI_H
3  
4 void SPI_MasterInit(void);
5 char SPI_MasterTransmit(char cData);
6  
7 #endif