Page 1 of 1

Arduino 1.6.1 eeprom.h missing (for Pro Micro)

Posted: Tue Mar 17, 2015 6:34 am
by ylh
I have been using a piece of code with #include <EEPROM.H> successfully. Recently I upgraded the Arduino environment to 1.6.1 and got this

fatal error: EEPROM.h: No such file or directory
compilation terminated.
Error compiling.

I am using the latest Sparkfun add-on (although I still have an old copy of SF32u4_boards-master). I just cannot seem to find a source for eeprom.h and eeprom.cpp. Please help. Thanks.

Re: Arduino 1.6.1 eeprom.h missing (for Pro Micro)

Posted: Fri Mar 20, 2015 4:37 pm
by tombray
I am having the same issue with the mega board. Very annoying since I just finished writing all the code to talk to the eeprom.

Re: Arduino 1.6.1 eeprom.h missing (for Pro Micro)

Posted: Fri Mar 20, 2015 6:49 pm
by tombray
Open the main sketch. Then go to sketch tab and import library, select EEPROM. It will put EEPROM.h as the first line of the file and it finds it just fine.

Sounds like a bug to me.