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