mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-24 05:01:31 +11:00
6026ea4ae3
* add example of synchronized PIOs * Synchronize state machines using WAIT IRQ instruction * Use "irq wait 0" instead of "wait 1 irq 0" This way, the initial value of the interrupt flag doesn't matter * Start state machines synchronized without IRQ WAIT instruction * Improve API Co-authored-by: Andrew Straw <strawman@astraw.com> |
||
---|---|---|
.. | ||
adc.rs | ||
blinky.rs | ||
dht11.rs | ||
gpio_in_out.rs | ||
gpio_irq_example.rs | ||
i2c.rs | ||
lcd_display.rs | ||
multicore_fifo_blink.rs | ||
pio_blink.rs | ||
pio_proc_blink.rs | ||
pio_side_set.rs | ||
pio_synchronized.rs | ||
pwm_blink.rs | ||
rom_funcs.rs | ||
spi.rs | ||
uart.rs | ||
watchdog.rs |