<< Previous | Next >> | |
|
void sdspi_setLED( sd_device * sd, char state );
Description
- This function sets the LED for the given SD card based on state. If state is 0, the LED is turned off. If state is not zero, the LED is turned on.
Parameter
- sd
- Pointer to
sd_device
structure of the SD card.
- state
- The state to set the LED to: 0 = Off and Non-zero = On
Library
- SDFLASH.LIB
Dynamic C Functions | << Previous | Next >> | rabbit.com |