Hi Friends,
I have bought a Wio LTE Tracker.
I am going to use Arduino EEPROM methods, but when I add #include <EEPROM.h> and compile the sketch in Arduino IDE, I get error:
"
C:\Wio LTE\Library\Wio_LTE_Arduino_Library-master\examples\MyDevice\MyDevice.ino:7:20: fatal error: EEPROM.h: No such file or directory
#include <EEPROM.h>
^
compilation terminated.
exit status 1
Error compiling for board Wio Tracker LTE.
"
Could you please help me to find a good solution?
I have the same issue …
Jean-louis
Hi:
The EEPROM.h is compiled for Arduino/Genuino UNO and so on ,these boards use AVR chips.BUT the Wio LTE Tracker boards use STM32F4 chip,so you can not include EEPROM.H in your Wio LTE Tracker project.