rp-hal-boards/rp2040-hal/examples
Wilfried Chauveau 2eb7923ebe
Implements methods to allow presetting the pin state & direction (#167)
* Implements methods to allow presetting the pin state & direction

Enabling those methods allows to save a few valuable instructions
in the PIO's memory.

* Update pio_proc_blink with new set_pindirs
2021-10-22 21:13:22 +11:00
..
adc.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
blinky.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
gpio_in_out.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
i2c.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
lcd_display.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
pio_blink.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
pio_proc_blink.rs Implements methods to allow presetting the pin state & direction (#167) 2021-10-22 21:13:22 +11:00
pwm_blink.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
rom_funcs.rs Ah, missed one after the rebase. 2021-10-18 10:58:38 +01:00
spi.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
uart.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
watchdog.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00