k3ng / k3ng_rotator_controller

K3NG Arduino Amateur Radio Rotator Controller
http://blog.radioartisan.com/yaesu-rotator-computer-serial-interface/
GNU General Public License v3.0
181 stars 126 forks source link

Fatal error: EEPROM.h: No such file or directory #102

Closed OZ1SEJ closed 1 year ago

OZ1SEJ commented 1 year ago

I just cloned this project, opened k3ng_rotator_controller.ino and tried to build, but I get this error:

/home/steen/github/k3ng_rotator_controller/k3ng_rotator_controller/k3ng_rotator_controller.ino:1103:20: fatal error: EEPROM.h: No such file or directory
compilation terminated.
exit status 1
Error compiling for board Arduino Uno.

IDE: Tried with both 1.8.19 and 2.0.4 Board: Arduino Uno Rev3e Programmer: AVRISP mkII I've tried changing #include <EEPROM.h> in line 1103 to #include <avr/EEPROM.h>, but it made no difference, since avr/EEPROM.h doesn't exist. I also tried downloading EEPROM.h from https://github.com/arduino/ArduinoCore-avr/blob/master/libraries/EEPROM/src/EEPROM.h and placing it in the directory, but that file itself contains a reference to avr/EEPROM.h, so that didn't make much difference either.

OZ1SEJ commented 1 year ago

Sorry - had an internal problem - solved now.