Skip to content

Instantly share code, notes, and snippets.

@leon-anavi
Created June 2, 2018 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leon-anavi/2f8430b1ec9794f6556abb757b20a03a to your computer and use it in GitHub Desktop.
Save leon-anavi/2f8430b1ec9794f6556abb757b20a03a to your computer and use it in GitHub Desktop.
rpi-quick-demo-traffic-light
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