|
ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
|
#include "hardware/pio.h"#include "pico/types.h"#include "led_blink.pio.h"
Go to the source code of this file.
Functions | |
| void | start_pio_led_blink (PIO pio, uint sm, uint pin) |
| Start PIO-driven LED blink on a GPIO. | |
| void start_pio_led_blink | ( | PIO | pio, |
| uint | sm, | ||
| uint | pin | ||
| ) |
Start PIO-driven LED blink on a GPIO.
| pio | PIO instance to use (e.g. pio0). |
| sm | State machine index within the PIO. |
| pin | GPIO number to blink. |
Definition at line 23 of file blink_pio.c.
Referenced by main().
