X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=common%2Feeprom.h;fp=common%2Feeprom.h;h=903ce960b703eb7ed595c13a707a4a8dfb5f9b49;hb=9c37d18b9c70fdb70dfec453398c4649e9e57586;hp=0000000000000000000000000000000000000000;hpb=49b6b6ad84ec47b4f9eb9ef131975cc5b72372a2;p=model-railway-devices.git diff --git a/common/eeprom.h b/common/eeprom.h new file mode 100644 index 0000000..903ce96 --- /dev/null +++ b/common/eeprom.h @@ -0,0 +1,7 @@ +#ifndef EEPROM_H_ +#define EEPROM_H_ + +void eeprom_write(uint16_t, uint8_t); +uint8_t eeprom_read(uint16_t); + +#endif