EEPROM and ESP32

I am Working on a Project that requires an external EEPROM(24LC512) using ESP32. Where goal is to store sensor data. Once I run the program it stores the sensor value in EEPROM. I want to know how long (time) it takes to store the value. What logic and libraries should I include for seeing the time it takes to store the data? I also want to see the previously stored data. Will I be able to see that?

Please post your sketch that writes to the external EEPROM, using code tags when you do

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.