Created
June 2, 2018 16:37
-
-
Save leon-anavi/2f8430b1ec9794f6556abb757b20a03a to your computer and use it in GitHub Desktop.
rpi-quick-demo-traffic-light
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gpio readall | |
gpio mode 27 out | |
gpio mode 28 out | |
gpio mode 29 out | |
gpio write 27 1 | |
gpio write 28 1 | |
gpio write 29 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment