Arduino MKR1010 versus Gravity TDS V1.0 - EEPROM issue
Good day,
I'm quite new with programming, and I am facing an issue regarding EEPROM.
I want to experiment TDS sensor with Arduino MKR1010. the TDS board is V1.0
When I enter the code, I have EEPROM issue, saying:
/Users/myself/Documents/Arduino/GravityTDS/GravityTDS.ino:25:10: fatal error: EEPROM.h: No such file or directory
#include <EEPROM.h>
^~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: EEPROM.h: No such file or directory
Nethertheless, I uploaded a folder called EEPROM that I put in my Arduino IDE application folder, as other libraries.
The point is that I'm not sure at all I have the good EEPROM folder, since I did not find anything in IDE library called EEPROM.
Probably a very basic knowledge trouble.
Is EEPROM for the gravity board or for the Arduino board? Does someone has the good EEPROM library link at disposal?
Kind regards, and thank you for your help.
Christophe.
Here is another thread: https://forum.arduino.cc/t/without-eeprom-on-mkr-1010-wifi-how-do-we-save-run-time-parameters/571894
bidrohini.bidrohiniHi!
pls check this forum: https://forum.arduino.cc/t/mkr1010-eeprom-not-supported-any-alternatives/558603/3
jenna