spi_eeprom_write() function
Write a byte into the EEPROM
Arguments
handle
Context of EEPROM communication.
Return value
- ESP_OK: on success - ESP_ERR_TIMEOUT: if the EEPROM is not able to be ready before the time in the spec. This may mean that the connection is not correct. - or return value from `spi_device_acquire_bus()` `spi_device_polling_transmit()`.