aboutsummaryrefslogtreecommitdiffstats
path: root/fw/eeprom.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-10-24 13:26:25 -0400
committerSam Anthony <sam@samanthony.xyz>2025-10-24 13:26:25 -0400
commita0c6bbb21c5e7d9e0090e66c316cf88ef7f0726b (patch)
treee161e66721a523b11fadf4313dad94a2962c555d /fw/eeprom.h
parent32dafa1088e2f2428e9b67bf848faf2433216011 (diff)
downloadcan-gauge-interface-a0c6bbb21c5e7d9e0090e66c316cf88ef7f0726b.zip
eeprom systest
Diffstat (limited to 'fw/eeprom.h')
-rw-r--r--fw/eeprom.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/fw/eeprom.h b/fw/eeprom.h
index 9ad3cdd..ab701d7 100644
--- a/fw/eeprom.h
+++ b/fw/eeprom.h
@@ -15,7 +15,5 @@
#define EEPROM_CS LATCbits.LATC5
void eepromInit(void);
-void eepromWriteEnable(void);
-void eepromWriteDisable(void);
-void eepromWrite(U16 addr, U8 data[], U8 size);
-void eepromRead(U16 addr, U8 data[], U8 size);
+Status eepromWrite(U16 addr, U8 data[], U8 size);
+Status eepromRead(U16 addr, U8 data[], U8 size);