WriteSPIManual Function

Microchip MDD File System Interface

MDDFS Interface Library Help
WriteSPIManual Function
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.

Microchip MDD File System Interface 1.2.0 - [Aug 18, 2008]
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.