Using TinyUSB (not Adafruit) #2657
-
On arduino ide, it's possible to use TinyUSB on the core without requiring Adafruit_TinyUSB_Arduino? |
Beta Was this translation helpful? Give feedback.
Answered by
earlephilhower
Dec 2, 2024
Replies: 1 comment 1 reply
-
Select the Tools->USB Stack->None from the menus and you can write whatever you want for USB, but you obviously need to manage it all on your own including the IRQs, callbacks, locking, etc. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sonik-br
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Select the Tools->USB Stack->None from the menus and you can write whatever you want for USB, but you obviously need to manage it all on your own including the IRQs, callbacks, locking, etc.