From 00e16ca103cf68596a6df9d03842b1b4a866318a Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Wed, 27 Sep 2023 20:10:07 +0100 Subject: [PATCH] RPi Pins: Update readme. --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 322082b..192f3d1 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 ] + --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 "" - highlight pins matching + 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