mikroC
making it simple...
Soft_Spi_Read
Prototype
char Soft_Spi_Read(char buffer);
Returns
Returns the received data.
Description
Provides clock by sending
Requires
Soft SPI must be initialized and communication established before using this function.
See
Example
tmp = Soft_Spi_Read(buffer);
Soft_Spi_Write
Prototype
void Soft_Spi_Write(char data);
Description
Immediately transmits
Requires
Soft SPI must be initialized and communication established before using this function.
See
Example
Soft_Spi_Write(1);
MikroElektronika: Development tools - Books - Compilers
buffer
.
Soft_Spi_Config
.
data
.
Soft_Spi_Config
mikroC - C Compiler for Microchip PIC microcontrollers
and receives data.
page
259
Need help?
Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?