You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 weeks ago | |
---|---|---|
.gitignore | 1 month ago | |
Readme.md | 4 weeks ago | |
gpio.py | 4 weeks ago | |
main.py | 1 month ago |
Readme.md
Introduction
This basic library is used in python as follows:
import gpio as gpio
gpio.writeVal(gpio.GPIO60,"out", "1")
The main.py script shows the creation of the function and its usage in the python self file.