rp-hal-boards/boards/rp-pico/examples
Jordan Williams cf86e08749
Add the Pimoroni Plasma 2040 board (#337)
* Add the Pimoroni Plasma 2040 board

This PR adds the board support package and a simple example.
The example just blinks the on-board RGB LED.

An example should be added for using the board to control an LED strip.
This should probably use smart-leds with the associated PIO driver.

An example or functionality should be added for the current sensor.

* Rename LED data line from dat to data to match schematic

* Add an example for driving WS2812 LEDs

This is pretty much a copy-paste of the awesome pico_ws2812_led example.

* Remove reference in README to rp-pico

* Remove reference to pico board clock speed

I have removed this in the Plasma 2040 repository and where I copied it from, tiny2040_blinky.

* Remove redundant namespace

* Add self-reference in README to the current board's GitHub README

Fix the erroneous link in the pimoroni-tiny2040 README from which I copied.
2022-05-12 11:17:11 +10:00
..
pico_blinky.rs fixed typos 2022-04-30 12:51:45 +10:00
pico_countdown_blinky.rs fixed typos 2022-04-30 12:51:45 +10:00
pico_gpio_in_out.rs fixed typos 2022-04-30 12:51:45 +10:00
pico_i2c_oled_display_ssd1306.rs fixed typos 2022-04-30 12:51:45 +10:00
pico_i2c_pio.rs fixed typos 2022-04-30 12:51:45 +10:00
pico_pwm_blink.rs fixed typos 2022-04-30 12:51:45 +10:00
pico_rtic.rs Abstract alarms 2022-04-30 11:54:54 +10:00
pico_spi_sd_card.rs fixed typos 2022-04-30 12:51:45 +10:00
pico_uart_irq_buffer.rs fixed typos 2022-04-30 12:51:45 +10:00
pico_uart_irq_echo.rs fixed typos 2022-04-30 12:51:45 +10:00
pico_usb_serial.rs fixed typos 2022-04-30 12:51:45 +10:00
pico_usb_serial_interrupt.rs fixed typos 2022-04-30 12:51:45 +10:00
pico_usb_twitchy_mouse.rs fixed typos 2022-04-30 12:51:45 +10:00
pico_ws2812_led.rs Add the Pimoroni Plasma 2040 board (#337) 2022-05-12 11:17:11 +10:00