esp-hal/esp32s2-hal/examples
Scott Mabin 0eac22eba1
Async: GPIO (#333)
* Add `is_listening` to `Pin` trait

* Add `Wait` impl for Gpio Input

* Add GPIO wait example for C3

* Ensure correct bank is accessed in interrupt

* Add esp32c2 wait example

* Add esp32s3 wait example

* Add esp32s2 wait example

* Add esp32 wait example

* Run fmt

* Add example to cargo tomls

* Add top level docs for embassy examples

* Mention the higher MSRV for async in the README

---------

Co-authored-by: Jesse Braham <jesse@beta7.io>
2023-01-27 10:44:08 -08:00
..
adc.rs
advanced_serial.rs
aes.rs aes accelerator implementation 2023-01-24 10:04:57 -08:00
blinky.rs
clock_monitor.rs
dac.rs
embassy_hello_world.rs Async: GPIO (#333) 2023-01-27 10:44:08 -08:00
embassy_wait.rs Async: GPIO (#333) 2023-01-27 10:44:08 -08:00
gpio_interrupt.rs
hello_rgb.rs
hello_world.rs
i2c_bmp180_calibration_data.rs
i2c_display.rs
i2s_read.rs Peripheral ref/gpio (#323) 2022-12-19 14:40:29 +00:00
i2s_sound.rs Peripheral ref/gpio (#323) 2022-12-19 14:40:29 +00:00
ledc.rs
pcnt_encoder.rs pulse counter implementation (#328) 2023-01-17 17:04:22 +00:00
pulse_control.rs
ram.rs
read_efuse.rs
rtc_watchdog.rs
serial_interrupts.rs
sha.rs Peripheral ref/sha (#312) 2022-12-14 12:19:53 +00:00
spi_eh1_device_loopback.rs
spi_eh1_loopback.rs
spi_loopback_dma.rs
spi_loopback.rs
systimer.rs
timer_interrupt.rs
usb_serial.rs
watchdog.rs