esp-hal/esp32s3-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 Add RWDT disable in RTC_CNTL for ESP32/S2/S3 2022-02-25 23:41:05 +01:00
gpio_interrupt.rs Clean up imports and format all packages 2022-05-05 11:16:05 +02: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 Add RWDT disable in RTC_CNTL for ESP32/S2/S3 2022-02-25 23:41:05 +01:00
i2c_display.rs Apply more suggestions from code review 2022-03-02 09:38:06 +01:00
ram.rs Don't disable RWDT boot protection in RAM examples 2022-02-28 08:47:37 +01:00
spi_loopback.rs Implement SPI 2022-03-10 11:03:20 +01:00
timer_interrupt.rs Clean up imports and format all packages 2022-05-05 11:16:05 +02:00
usb_serial_jtag.rs Add a minimal driver for the USB_SERIAL_JTAG peripheral (#56) 2022-05-02 03:55:36 -07:00