1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/examples/pio_blink
AnnsAnn 83e93a5b73 ci: Add tests for examples folder
examples/readme: add missing entries

examples: document examples with no readme
2024-11-12 16:35:26 +01:00
..
rpx0xx_pio_blink examples/pio_blink: Add PIO blink example 2023-05-23 08:49:37 +02:00
main.c examples/pio_blink: Add PIO blink example 2023-05-23 08:49:37 +02:00
Makefile examples/pio_blink: Add PIO blink example 2023-05-23 08:49:37 +02:00
README.md ci: Add tests for examples folder 2024-11-12 16:35:26 +01:00

RaspberryPi Pico PIO Blink

This example demonstrates how to use the PIO peripheral on the RaspberryPi Pico to blink an LED. The PIO peripheral is a programmable I/O block that can be used to implement custom digital interfaces that work at extremely high speeds.