#ifndef SPI_H__ #define SPI_H__ void MySPI_Init(void); void SPI_CsLow(void); void SPI_CsHigh(void); u8 SPI_ReadWriteByte(u8 da); #endif