C
unsigned char WriteSPIManual( unsigned char data_out );
Description
Writes a character to the SD card.
Preconditions
None.
Parameters
Parameters |
Description |
data_out |
Data to send. |
Returns
0.
Side Effects
None.
Remarks
The WriteSPIManual function is for use on a PIC18 when the clock speed is so high that the maximum SPI clock divider cannot reduce the SPI clock speed below the maximum SD card initialization speed.