diff options
| author | unitexe <unitexe70@gmail.com> | 2026-04-08 23:53:17 -0500 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-04-08 23:54:28 -0500 |
| commit | de3f7ed45185f3a678ba0de04d98cc9ac92de0c8 (patch) | |
| tree | 3db0159c1370f240d42c1e8b89a67247538f43d1 /tmp117/src/eeprom.rs | |
Initial commit
Diffstat (limited to 'tmp117/src/eeprom.rs')
| -rw-r--r-- | tmp117/src/eeprom.rs | 7 |
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, +} |
