This commit is contained in:
2026-08-31 23:12:28 -04:00
parent 2152b8f727
commit 089be9564b
13 changed files with 147 additions and 39 deletions
+3
View File
@@ -26,6 +26,9 @@
#define EEPROM_RDLS 0b10000011 // 0x83
#define EEPROM_LID 0b10000010 // 0x82
#define PAGE_SIZE 64
// M95128 is 16 KB = 256 x 64-byte pages; page 0 holds the spool depth, so
// pages 1..255 hold packets.
#define EEPROM_MAX_PAGE 255
#define EEPROM_STATUS_WIP 0x01
// A page write takes ~5 ms; past this the device is not responding.