When using the Arduino IDE standard sample "MultiSerial.ino" with Raspberry Pi Pico, does it work with the TinyUSB stack? #315
Replies: 1 comment
-
I was just not inserting #include <Adafruit_TinyUSB.h> |
Beta Was this translation helpful? Give feedback.
0 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.
-
On the Raspberry Pi Pico, select "MultiSerial.ino" in Examples of Arduino IDE, select USB Stack:"Adafruit TinyUSB"(TinyUSB for Arduino), and "Verify" (compile) it ends with a compilation error.
Selecting USB Stack:"Pico SDK" compiles successfully.
Is it because of my environment?
(Translated from Japanese to English using a translation site)
Beta Was this translation helpful? Give feedback.
All reactions