Skip to content

evanmoring/GPIOGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

GPIOGUI

A Python GUI for the Raspberry Pi GPIO pins

Import this to a Python program if you are using the GPIO pins. It will generate a GUI where you can see and change all pins' statuses.

At the start of the program it sets all pins to GPIO.IN, so if you start it while pins are already in use it might mess you up.

You can set the rate the program scans the pins using the 'currentRefreshRate' parameter. By default it is set to scan every 100 ms.

Right now it only works with 'GPIO.setmode(GPIO.BOARD)'.

About

A Python GUI for the Raspberry Pi GPIO pins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages