SparkFun Forums 

Where electronics enthusiasts find answers.

Your source for all things Atmel.
By ylh
#180487
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.
By tombray
#180568
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.