fixes
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user