Accessing the EEPROM of the clue

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
dkanday
 
Posts: 60
Joined: Mon Jun 07, 2021 4:49 pm

Accessing the EEPROM of the clue

Post by dkanday »

Hi,

I want to use the eeprom in my code and I downloaded the EEPROM file from Audrino website and added it to the Library folder. restarted the IDE. I added the following line
#include <EEPROM.h>. I keep getting the following error:
EEPROM.h: No such file or directory

Is there a different EEPROM file that I would need to download.On the Audrino website they mention that your IDE already has EEPROM.h file and it is just adding the library file and getting started with it. But then I am having the above problem. Even before I downloaded and added the EEPROM file I was having the same issue

Locked
Please be positive and constructive with your questions and comments.

Return to “CLUE Board”