* 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> |
||
|---|---|---|
| .. | ||
| adc.rs | ||
| advanced_serial.rs | ||
| aes.rs | ||
| blinky.rs | ||
| clock_monitor.rs | ||
| dac.rs | ||
| embassy_hello_world.rs | ||
| embassy_wait.rs | ||
| gpio_interrupt.rs | ||
| hello_rgb.rs | ||
| hello_world.rs | ||
| i2c_bmp180_calibration_data.rs | ||
| i2c_display.rs | ||
| i2s_read.rs | ||
| i2s_sound.rs | ||
| ledc.rs | ||
| pcnt_encoder.rs | ||
| pulse_control.rs | ||
| ram.rs | ||
| read_efuse.rs | ||
| rtc_watchdog.rs | ||
| serial_interrupts.rs | ||
| sha.rs | ||
| 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 | ||