#ifndef _SPI_H_ #define _SPI_H_ unsigned char spiReadWrite(unsigned char Byte); void InitSPI(void); void CS_HIGH(void); void CS_LOW(void); #endif