Contiki 2.5
|
MicroSD Card interface implementationMore...
#include "flash-microSD.h"
Go to the source code of this file.
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 implementation
Definition in file flash-microSD.c.