esp-hal/esp32c3-hal/examples
Robert Wiewel a55c9d77ec Add RMT output channel support for all current ESP32 variants
- Add RMT output channel support for ESP32, ESP32-S2, ESP32-S3, ESP32-C3
- Add add RMT adapter for `smart-leds` crate
- Add example `hello_rgb` for ESP32-S2, ESP32-S3 and ESP32-C3 that either
  drives one LED at the pin where a LED is located on the official devkits
- Add example `hello_rgb` for ESP32 that is driving a 12-element RGB ring.
2022-05-17 15:56:25 +02:00
..
blinky.rs Fix mutability assumptions of RTC_CNTL for ESP32C3 2022-02-25 23:41:11 +01:00
gpio_interrupt.rs Fix mutability assumptions of RTC_CNTL for ESP32C3 2022-02-25 23:41:11 +01:00
hello_rgb.rs Add RMT output channel support for all current ESP32 variants 2022-05-17 15:56:25 +02:00
hello_world.rs Fix mutability assumptions of RTC_CNTL for ESP32C3 2022-02-25 23:41:11 +01:00
i2c_display.rs I2C peripheral name got changed for ESP32C3 2022-03-02 10:18:58 +01:00
ram.rs Fix comment in esp32c3 ram example 2022-02-28 08:54:26 +01:00
spi_loopback.rs Implement SPI 2022-03-10 11:03:20 +01:00
timer_interrupt.rs Add timer interrupt support and examples 2022-03-04 09:54:28 -08:00
usb_serial_jtag.rs Add a minimal driver for the USB_SERIAL_JTAG peripheral (#56) 2022-05-02 03:55:36 -07:00