X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=firmware%2Feeprom.h;fp=firmware%2Feeprom.h;h=903ce960b703eb7ed595c13a707a4a8dfb5f9b49;hb=d8a31ed675778c08ca781beb62863c62d6f0bd94;hp=0000000000000000000000000000000000000000;hpb=af6a469f761ceec44e94bea5fe8e5345fd368966;p=model-railway-devices.git diff --git a/firmware/eeprom.h b/firmware/eeprom.h new file mode 100644 index 0000000..903ce96 --- /dev/null +++ b/firmware/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