SparkFun Thing Plus - RP2040¶
lbuild config: modm:thingplus-rp2040
The SparkFun Thing Plus - RP2040 is a low-cost, high performance board with flexible digital interfaces featuring the Raspberry Pi Foundation's RP2040 microcontroller. Besides the Thing Plus or Feather footprint (with 18 GPIO pins), the board also includes an SD card slot, 16MB (128Mbit) flash memory, a JST single cell battery connector (with a charging circuit and fuel gauge sensor), an addressable WS2812 RGB LED, JTAG PTH pins, four (4-40 screw) mounting holes, and SparkFun's Qwiic connector.
https://www.sparkfun.com/products/17745
See modm:rp-pico
for programming instructions.
Configuration¶
<library>
<options>
<option name="modm:target">rp2040</option>
<option name="modm:platform:core:boot2">w25q080</option>
<option name="modm:platform:core:boot2_size">16Mi</option>
</options>
<modules>
<module>modm:board:thingplus-rp2040</module>
</modules>
</library>