fgrosse / gpio-print

A small command line tool to print the current status of GPIO pins on a Raspberry Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPIO Print for Raspberry Pi

A small command line tool to print the current status of GPIO pins.


Usage

You can run gpio-print without any arguments to print a colored overview of the GPIO pins. The output is similar to the one at the bottom of the pinout command.

For the GPIO pins, green coloring means the pin is set to HIGH, while yellow coloring means it is set to LOW.

Screenshot

You can use the -w flag in order to continuously watch the pins.

$ gpio-print -h
Usage of gpio-print:
  -w	watch mode

About

A small command line tool to print the current status of GPIO pins on a Raspberry Pi.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 72.0%Language:Makefile 28.0%