Skip to content

Instantly share code, notes, and snippets.

@Dotrar
Created September 19, 2018 07:47
Show Gist options
  • Save Dotrar/6a0ce961181a14d5e28776b7f053df36 to your computer and use it in GitHub Desktop.
Save Dotrar/6a0ce961181a14d5e28776b7f053df36 to your computer and use it in GitHub Desktop.
gpio on
# use this code to turn the LED on
from gpiozero import LED()
LED(3).on()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment