Contiki 2.5
Functions
flash-microSD.c File Reference

 MicroSD Card interface implementation
More...

#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...
 

Detailed Description

 MicroSD Card interface implementation
Author
Original source: Ulrich Radig << modified by >> Ulf Kulau kulau.nosp@m.@ibr.nosp@m..cs.t.nosp@m.u-bs.nosp@m..de

Definition in file flash-microSD.c.