Contiki 2.5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
platform
avr-raven
eeprom.h
1
#include <avr/eeprom.h>
2
#define EEPReadByte(addr) eeprom_read_byte((uint8_t *)addr)
3
#define EEPWriteByte(addr, val) eeprom_write_byte((uint8_t *)addr, val)
Generated on Fri Aug 30 2013 12:34:04 for Contiki 2.5 by
1.8.3.1