💾 Archived View for tozip.chickenkiller.com › rp2040.gmi captured on 2023-05-24 at 17:57:01. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-03-20)
-=-=-=-=-=-=-
Created 2022-11-06 Updated 2023-03-10
PICO_BOARD will be defined, which you can confirm in a source file:
#ifdef PICO_BOARD #pragma message "Compiling for Pico" #endif
Example code is available in projects:
Medium: Plugging a keyboard into an #RP2040