DccPlusPlus / BaseStation

DCC++ Base Station for Arduino Uno and Mega
208 stars 150 forks source link

Missing EEPROM.h #2

Closed dcsun closed 8 years ago

dcsun commented 8 years ago

Hello,

I've tried to use DCC++ for the first time and when I try to compile it I get an error that EEPROM.h is missing (and indeed it is, I don't seem to have a file named that anywhere). Thoughts?

Thanks, David

dcsun commented 8 years ago

After lots of research and messing around it looks like the cause was a really old version of the Arduino IDE that my system installed. With the latest one (1.6.7) I was able to verify and upload it without any problems (though there were a few warnings)