mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 22:41:36 +00:00
18 lines
457 B
Plaintext
18 lines
457 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pinout
|
|
|
|
> View the current Raspberry Pi's GPIO pin-out information on the terminal with an ASCII diagram.
|
|
> More information: <https://www.raspberrypi.org/documentation/computers/os.html#gpio-pinout>.
|
|
|
|
- View the pinout information and GPIO header diagram for the current Raspberry Pi:
|
|
|
|
`pinout`
|
|
|
|
- Open <https://pinout.xyz/> in the default browser:
|
|
|
|
`pinout -x`
|