Add links

This commit is contained in:
Fabian Affolter 2022-03-30 23:35:36 +02:00
parent 5d0efa5241
commit ddc498c6e5

View file

@ -17,6 +17,7 @@ features:
Swathe everything in rainbows with this all-in-one, USB-C powered controller for WS2812/Neopixel and APA102/Dotstar addressable LED strips, with RP2040 in the driving seat - just perfect for whipping up some custom mood lighting.
## Features
* Powered by RP2040 (Dual Arm Cortex M0+ running at up to 133Mhz with 264kB of SRAM)
* 2MB of QSPI flash supporting XiP
* Compatible with WS2812/Neopixel/SK6812 and APA102/Dotstar/SK9822 LEDs
@ -28,9 +29,16 @@ Swathe everything in rainbows with this all-in-one, USB-C powered controller for
* RGB LED
## About the RP2040
Raspberry Pi's RP2040 microcontroller is a dual core ARM Cortex M0+ running at up to 133Mhz. It bundles in 264kB of SRAM, 30 multifunction GPIO pins (including a four channel 12-bit ADC), a heap of standard peripherals (I2C, SPI, UART, PWM, clocks, etc), and USB support.
One very exciting feature of RP2040 is the programmable IOs which allow you to execute custom programs that can manipulate GPIO pins and transfer data between peripherals - they can offload tasks that require high data transfer rates or precise timing that traditionally would have required a lot of heavy lifting from the CPU.
## Misc
* [Example code](https://github.com/pimoroni/pico-circuitpython-examples/tree/main/plasma2040)
* [Schematics](https://cdn.shopify.com/s/files/1/0174/1800/files/plasma2040_schematic.pdf?v=1629994431)
## Purchase
* [Pimoroni](https://shop.pimoroni.com/products/plasma-2040)