33 unsigned char SPI_Write(
unsigned char data);
void SPI_Read_Array(char *sArray, char *rArray, char length)
Reads an array of data from the SPI bus.
void SPI_Initialize(void)
Initializes the SPI peripheral.
void SPI_Write_Array(char *DATA, unsigned int length)
Writes an array of bytes to the SPI bus.
void SPI_Close(void)
Close SPI bus, should not be called if another SPI device is being used.
unsigned char SPI_Write(unsigned char data)
Writes a byte of data to the SPI bus.
unsigned char SPI_Read(void)
Reads a byte of data from the SPI bus.