rp-hal-boards/rp2040-hal/examples
Mathias Gottschlag 207f5aebdb pio: Split RX and TX FIFO functions into different types.
We need separate types for any blocking or DMA operations - otherwise, it
would not be possible to perform both RX and TX transfers at the same time.
2021-09-30 09:07:15 +02:00
..
adc.rs Make trait comments more consistent. 2021-09-27 19:01:46 +01:00
blinky.rs Make trait comments more consistent. 2021-09-27 19:01:46 +01:00
gpio_in_out.rs Make trait comments more consistent. 2021-09-27 19:01:46 +01:00
i2c.rs Make trait comments more consistent. 2021-09-27 19:01:46 +01:00
lcd_display.rs Make trait comments more consistent. 2021-09-27 19:01:46 +01:00
pio_blink.rs pio: Split RX and TX FIFO functions into different types. 2021-09-30 09:07:15 +02:00
pio_proc_blink.rs pio: Split RX and TX FIFO functions into different types. 2021-09-30 09:07:15 +02:00
pwm_blink.rs Addressing review comments. 2021-09-28 09:26:31 +01:00
spi.rs Ugh. Thanks, rustfmt. 2021-09-27 19:03:07 +01:00
uart.rs Make trait comments more consistent. 2021-09-27 19:01:46 +01:00
watchdog.rs Ugh. Thanks, rustfmt. 2021-09-27 19:03:07 +01:00