Skip to content

Instantly share code, notes, and snippets.

@JeffersGlass
Created October 11, 2020 23:20
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 JeffersGlass/afefe826cdf6620f897aec6ab450f314 to your computer and use it in GitHub Desktop.
Save JeffersGlass/afefe826cdf6620f897aec6ab450f314 to your computer and use it in GitHub Desktop.
from gpiozero import LED
redLed = LED(20)
redLed.on()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment