You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we try to use it, the IDE reports the following error:
cannot open source file "EEPROM.h"
but, if we try to build it in Arduino IDE (even the VSCode based one), it builds fine our program, so the EEPROM.h seems to be a regular header, like Arduino.h.
cheers
The text was updated successfully, but these errors were encountered:
silvioprog
changed the title
[FEATURE REQUEST] Includes to use EEPROM in a ATtiny85 (Digispark board)
[FEATURE REQUEST] EEPROM support for ATtiny85 (Digispark board)
Dec 16, 2020
I have the same issue. For now I copied ...\arduino-1.8.13\hardware\arduino\avr\libraries\EEPROM to ...\.platformio\packages\framework-arduino-avr-digistump\libraries. This seems to solve the issue for now. Putting the lib to project's src folder is no good, as it is not found by other libs (for me this would be EEPROMWearLevel).
So it really would be nice to have this lib in the distribution.
Hi.
It would be nice to provide the official EEPROM header to be used in ATtiny families, commonly present in Digispark boards.
When we try to use it, the IDE reports the following error:
but, if we try to build it in Arduino IDE (even the VSCode based one), it builds fine our program, so the
EEPROM.h
seems to be a regular header, likeArduino.h
.cheers
The text was updated successfully, but these errors were encountered: