1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:49:45 +01:00
RIOT/examples/pio_blink
2024-11-27 11:57:20 +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 missing include 2024-11-27 11:57:20 +01: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.