Rev 2116 | Rev 2222 | ||
---|---|---|---|
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 | unsigned char SPI_MasterTransmit(unsigned char cData); |
5 | unsigned char SPI_MasterTransmit(unsigned char cData); |
6 | |
6 | |
7 | #endif |
7 | #endif |