Contiki 2.5
|
MicroSD Card interface definitionsMore...
Go to the source code of this file.
Macros | |
#define | MICRO_SD_CS 5 |
Functions | |
uint8_t | microSD_init (void) |
Powers on and initialize the microSD / SD-Card. More... | |
uint8_t | microSD_read_block (uint32_t addr, uint8_t *buffer) |
This function will read one block (512Byte) of the SD-Card. More... | |
uint8_t | microSD_write_block (uint32_t addr, uint8_t *buffer) |
This function will write one block (512Byte) of the SD-Card. More... | |
uint8_t | microSD_write_cmd (uint8_t *cmd) |
This function sends a command via SPI to the SD-Card. More... | |
MicroSD Card interface definitions
Definition in file flash-microSD.h.