mikroElektronika PIC Microcontrollers PIC12 User Manual page 267

Mikroc user's manual
Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?

This manual is also suitable for:

Pic microcontrollers pic16Pic microcontrollers pic18

Table of Contents