Skip to content

Commit

Permalink
RPi Pins: Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 27, 2023
1 parent 48e05a5 commit 00e16ca
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Raspberry Pi GPIO Pinout

A beautiful GPIO pinout and pin function guide for the Raspberry Pi.
A beautiful GPIO pinout and pin function guide for the Raspberry Pi with live pin config, drive and level monitoring.

![Example image](https://raw.githubusercontent.com/pinout-xyz/rpipins/main/example.png)
![Example image](https://github.com/pinout-xyz/rpipins/assets/1746967/67f2aa9d-8d3f-4086-84c9-291d7eb11cc2)

[![Build Status](https://img.shields.io/github/actions/workflow/status/pinout-xyz/rpipins/build.yml?branch=main)](https://github.com/pinout-xyz/rpipins/actions/workflows/build.yml)
[![PyPi Package](https://img.shields.io/pypi/v/rpipins.svg)](https://pypi.python.org/pypi/rpipins)
Expand All @@ -11,14 +11,19 @@ A beautiful GPIO pinout and pin function guide for the Raspberry Pi.
# Usage

```
usage: rpipins [--pins] [--all] or {spi,i2c,uart,pwm}
--pins - show physical pin numbers
--all or {spi,i2c,uart,pwm} - pick list of interfaces to show
--hide-gpio - hide GPIO pins
usage: rpipins [--...] [--all] or {i2c,spi} [--find <text>]
--pins - show physical pin numbers
--all or {i2c,spi} - pick list of interfaces to show
--hide-gpio - hide GPIO pins
--debug - show GPIO status
--light - melt your eyeballs
--find "<text>" - highlight pins matching <text>
supports regex if you"re feeling sassy!
eg: rpipins i2c - show GPIO and I2C labels
rpipins - basic GPIO pinout
eg: rpipins i2c - show GPIO and I2C labels
rpipins - basic GPIO pinout
rpipins --all --find "I2C1" - highlight any "I2C1" labels
rpipins --all --find "SPI* SCLK" - highlight any SPI clock pins
```

# Installing
Expand Down

0 comments on commit 00e16ca

Please sign in to comment.