eeprom.h

Go to the documentation of this file.
00001 #ifndef EEPROM_H
00002 #define EEPROM_H
00003 
00004 #include <stdint.h>
00005 #include <dev/at24c.h>
00006 void EEInit( void );
00007 int EEReadData( uint16_t addr, void *data, uint16_t len );
00008 int EEWriteData( uint16_t addr, void *data, uint16_t len );
00009 
00010 #endif

© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/