-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Pi Pico / RP2040 Microcontrollers #148
Comments
Hi |
I have also been trying to use this library with a Pico, using Mbed OS (tried with both version 2.5.2 and version 3.4.1). When attempting to upload through Arduino IDE 1.8.13 on Debian (specifically Raspbian) Linux, I get this error:
A similar error happened to someone attempting to use the SoftwareSerial library with the Arduino Nano RP2040 Connect: https://forum.arduino.cc/t/softwareserial-file-util-delay-basic-h-not-found/897597 |
Hi. I prefer PlatformIO with VS Code but Arduino IDE would also be fine. In platformio.ini, my projects typically use the following but I prefer to change the last line :) : [env:pico] upload_protocol = picotool lib_archive = no build_flags = lib_deps = |
Does not seem the library support the RP2040 controllers like the Pi Pico.
The text was updated successfully, but these errors were encountered: