AndKe / fakeRPiGPIO

Fake RPi.GPIO module for testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fakeRPiGPIO

This package is used to simulate the RPi.GPIO module. This package only contains the functions in the RPi.GPIO package without the functionality. Useful to debug code outside the RPi. To avoid printing the callings to the package, set VERBOSE to False:

from RPi import GPIO
GPIO.VERBOSE = False
more_code()

About

Fake RPi.GPIO module for testing

License:GNU General Public License v3.0


Languages

Language:Python 100.0%