Skip to content

Instantly share code, notes, and snippets.

Created October 19, 2017 11:36
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 anonymous/d261e2f01b8895ec241bae9f61c1a4ac to your computer and use it in GitHub Desktop.
Save anonymous/d261e2f01b8895ec241bae9f61c1a4ac to your computer and use it in GitHub Desktop.
import RPi.GPIO as GPIO
GPIO.setmode(GPIO.BCM)
GPIO.setup(23, GPIO.OUT)
GPIO.output(23,1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment