mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
258 B
Markdown
6 lines
258 B
Markdown
|
# Utility to locate GPIO pins
|
||
|
|
||
|
This application bit-bangs the name of every GPIO pin via `soft_uart` on each
|
||
|
GPIO. Connect an UART adapter to one pin at a time configured at symbol rate
|
||
|
of 9600 Bd and check the output to know which pin you are connected to.
|