embassy/examples/rp/src/bin
Caleb Jamison 12d6e37b3f Example using the PIO to drive WS2812 aka Neopixel RGB leds
This example also uses a pio program compiled at runtime, rather than one built at compile time. There's no reason to do that, but it's probably useful to have an example that does this as well.
2023-03-11 02:58:28 -05:00
..
adc.rs cargo fmt 2022-12-20 14:59:49 +08:00
blinky.rs Split embassy-time from embassy-executor. 2022-08-18 01:22:30 +02:00
button.rs Split embassy-time from embassy-executor. 2022-08-18 01:22:30 +02:00
flash.rs Remove random delay from example, and move flash functions to allow using without embedded-storage in scope 2022-10-27 07:10:35 +02:00
gpio_async.rs Split embassy-time from embassy-executor. 2022-08-18 01:22:30 +02:00
i2c_async.rs embassy-rp i2c: async (non-blocking) example 2022-10-01 13:43:37 -07:00
i2c_blocking.rs update embedded-hal api 2022-10-01 01:34:45 -07:00
multicore.rs Refactor after review 2022-12-13 13:49:51 +01:00
pio_async.rs Fix a typo in "PioPeripheral" 2023-02-15 14:10:07 +01:00
pio_dma.rs Fix a typo in "PioPeripheral" 2023-02-15 14:10:07 +01:00
spi_async.rs Cleanup examples 2022-09-01 15:12:44 +02:00
spi_display.rs Update embedded-hal versions and explicitly pin 2022-09-29 11:27:46 +02:00
spi.rs Cleanup examples 2022-09-01 15:12:44 +02:00
uart_buffered_split.rs rp: Fix BufferedUart drop code 2023-01-04 15:59:03 +01:00
uart_unidir.rs rp2040: add {tx,rx}-only constructors to UART 2023-01-04 21:11:19 +01:00
uart.rs Fix uart rp2040 blocking example 2022-08-19 08:48:52 +02:00
usb_ethernet.rs usb: unify ControlHandler+DeviceStateHandler, route all control requests to all handlers. 2023-02-08 00:17:08 +01:00
usb_logger.rs feat: embassy-usb-logger and example for rpi pico 2022-11-18 11:22:58 +01:00
usb_serial.rs usb: unify ControlHandler+DeviceStateHandler, route all control requests to all handlers. 2023-02-08 00:17:08 +01:00
watchdog.rs Remove lifetime, use pac fields 2022-12-24 03:22:51 +01:00
ws2812-pio.rs Example using the PIO to drive WS2812 aka Neopixel RGB leds 2023-03-11 02:58:28 -05:00