]> git.tdb.fi Git - model-railway-devices.git/blobdiff - firmware/eeprom.h
Add some utility functions for interfacing with hardware
[model-railway-devices.git] / firmware / eeprom.h
diff --git a/firmware/eeprom.h b/firmware/eeprom.h
new file mode 100644 (file)
index 0000000..903ce96
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef EEPROM_H_
+#define EEPROM_H_
+
+void eeprom_write(uint16_t, uint8_t);
+uint8_t eeprom_read(uint16_t);
+
+#endif