User Activity

// 25AA040A instructions const uint8_t EEPROM_READ = 0x03; // 03h Normal Read Data const uint8_t EEPROM_WRITE = 0x02; // 02h Page Program const uint8_t EEPROM_WRDI = 0x04; // 04h Write Disable const uint8_t EEPROM_WREN =...