Replies: 1 comment 2 replies
-
I can't speak for why Arduino tries to install their generic RP2040 support, but I think all you need to do is make sure you are building using the correct board. You've probably ended up using their core which doesn't support a lot of things, like EEPROM. Just select this one instead and you should be okay. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I use latest Adruino IDE 2.x and installed V3.3.2 of "Raspberry Pi Pico/RP2040" lib.
Do I need additionally the "Arduino Mbed OS RP2040 Boards" lib? It is claimed when I start compilation. I thought your lib would be sufficient.
When installing the "Arduino Mbed OS RP2040 Boards" I get the the error message that EEPROM.h is missing. I see it is part of the "Raspberry Pi Pico/RP2040" lib according Github.
What am I doing wrong here?
Thanks in advance
Helmut
Beta Was this translation helpful? Give feedback.
All reactions