]> git.tdb.fi Git - r2c2.git/blob - firmware/eeprom.h
Strip Id tags and copyright notices from files
[r2c2.git] / firmware / eeprom.h
1 #ifndef EEPROM_H_
2 #define EEPROM_H_
3
4 void eeprom_write(uint16_t, uint8_t);
5 uint8_t eeprom_read(uint16_t);
6
7 #endif