Created
September 19, 2018 07:47
-
-
Save Dotrar/6a0ce961181a14d5e28776b7f053df36 to your computer and use it in GitHub Desktop.
gpio on
This file contains 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
# 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