esp-hal/esp32c3-hal/examples
Björn Quentin e612bd1120
Add some config options to the UART driver (#99)
* Add some config options to the UART driver
* Use esp-println 0.2.0
* Remove the NoPin type
* Serial constructor now doesn't return a Result anymore
2022-07-12 08:00:02 -07:00
..
adc.rs
advanced_serial.rs Add some config options to the UART driver (#99) 2022-07-12 08:00:02 -07:00
blinky.rs
gpio_interrupt.rs Add some config options to the UART driver (#99) 2022-07-12 08:00:02 -07:00
hello_rgb.rs
hello_world.rs Add some config options to the UART driver (#99) 2022-07-12 08:00:02 -07:00
i2c_display.rs
ram.rs Add some config options to the UART driver (#99) 2022-07-12 08:00:02 -07:00
read_efuse.rs Add some config options to the UART driver (#99) 2022-07-12 08:00:02 -07:00
spi_loopback.rs Add some config options to the UART driver (#99) 2022-07-12 08:00:02 -07:00
systimer.rs Add some config options to the UART driver (#99) 2022-07-12 08:00:02 -07:00
timer_interrupt.rs Add some config options to the UART driver (#99) 2022-07-12 08:00:02 -07:00
usb_serial_jtag.rs