X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=firmware%2Feeprom.h;fp=firmware%2Feeprom.h;h=903ce960b703eb7ed595c13a707a4a8dfb5f9b49;hb=ed7a7139f4858fe5d0c756798538d25893bf58b2;hp=0000000000000000000000000000000000000000;hpb=0a09ce2f652314e221b88c5202795be1120c7229;p=r2c2.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