RP2040
Created 2022-11-06 Updated 2023-05-14
Contents
BOARD CONFIGURATION
PICO_BOARD will be defined, which you can confirm in a source file:
#ifdef PICO_BOARD #pragma message "Compiling for Pico" #endif
USB
Example code is available in projects:
- 75-usb-dev - a low-level device
- 77-usb-kbd - using the RP2040 as a host and a keyboard as a device