summaryrefslogtreecommitdiff
path: root/tmp117/src/eeprom.rs
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-04-08 23:53:17 -0500
committerunitexe <unitexe70@gmail.com>2026-04-08 23:54:28 -0500
commitde3f7ed45185f3a678ba0de04d98cc9ac92de0c8 (patch)
tree3db0159c1370f240d42c1e8b89a67247538f43d1 /tmp117/src/eeprom.rs
Initial commit
Diffstat (limited to 'tmp117/src/eeprom.rs')
-rw-r--r--tmp117/src/eeprom.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tmp117/src/eeprom.rs b/tmp117/src/eeprom.rs
new file mode 100644
index 0000000..293c74f
--- /dev/null
+++ b/tmp117/src/eeprom.rs
@@ -0,0 +1,7 @@
+pub struct EEPROM {
+ pub eeprom1: u16,
+
+ pub eeprom2: u16,
+
+ pub eeprom3: u16,
+}