The RP2040 is the CPU in the Raspberry Pi Pico. Adafruit have released an RP2040-based board in the "Itsy Bitsy" form factor, call the __[Itsy Bitsy RP2040]__.  It can be programmed in C/C++ like an [Arduino], or in [CircuitPython] or [MicroPython].


!! Links

* [Raspberry Pi Pico Python SDK|https://datasheets.raspberrypi.org/pico/raspberry-pi-pico-python-sdk.pdf] (PDF)
* [MicroPython Examples|https://github.com/raspberrypi/pico-micropython-examples/tree/master/pio], examples to accompany the "[Raspberry Pi Pico Python SDK|https://datasheets.raspberrypi.org/pico/raspberry-pi-pico-python-sdk.pdf] "
 book published by Raspberry Pi Trading, which forms part of the technical documentation in support of Raspberry Pi Pico and the MicroPython port to RP2040.


----

[{Tag ItsyBitsy}]