]> git.tdb.fi Git - model-railway-devices.git/blob - common/eeprom.h
Provide peak current since last read
[model-railway-devices.git] / common / 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