First Program Combines: (When you get the temp, write it to EEPROM just after writing to the Serial Monitor)
Second Program: (The default code can be used to read our data)
Using the Reading Saved Data code, you can display data stored in EEPROM on the Serial Monitor
The data shown must be temperature data collected earlier
The output in the Serial Monitor must look like:
1 75
2 75
3 76
4 76
5 77
6 78
7 79
Start with Temperature Sensor program
Add EEPROM library
Add "addr" variable
Insert "EEPROM.write" code just after the program writes the temp to the Serial Monitor
Change the data written to EEPROM from "1" to the variable used for temperature
Uncomment (delete the "//") in front of the delay(85000); to slow the code.
Changing the delay will change how long it takes to fill memory