Skip to content

Instantly share code, notes, and snippets.

@uktechreviews
Created November 14, 2018 19:07
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 uktechreviews/e3212373e60e459f6daa3b86bdfbc29f to your computer and use it in GitHub Desktop.
Save uktechreviews/e3212373e60e459f6daa3b86bdfbc29f to your computer and use it in GitHub Desktop.
A simple traffic light sequence
amber.on()
sleep(2)
amber.off()
sleep(2)
red.on()
sleep(2)
red.off()
sleep(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment