An ESP-IDF component for communicating with the EEPROM memory chips.
esp_err_t eeprom_read(EEPROM* device, uint16_t address, uint8_t* data, size_t length)
esp_err_t eeprom_write(EEPROM* device, uint16_t address, uint8_t* data, size_t length)
An ESP-IDF component for communicating with the EEPROM memory chips.
esp_err_t eeprom_read(EEPROM* device, uint16_t address, uint8_t* data, size_t length)
esp_err_t eeprom_write(EEPROM* device, uint16_t address, uint8_t* data, size_t length)