Skip to content

Instantly share code, notes, and snippets.

@ethanshine1234
Created January 12, 2017 07:52
Show Gist options
  • Save ethanshine1234/5742a60a1ebefeae4d77bb37ef52a189 to your computer and use it in GitHub Desktop.
Save ethanshine1234/5742a60a1ebefeae4d77bb37ef52a189 to your computer and use it in GitHub Desktop.
STJLOL-ES-rover code
"""
this is only some of the code. Another one is already saved onto our pi
"""
import RPi.GPIO as GPIO
from time import sleep
while True:
GPIO.setmode(BCM)
GPIO.setup("""*""", GPIO.OUT)
GPIO.setup("""*""", GPIO.OUT)
GPIO.setup("""*""",GPIO.OUT)
GPIO.setup("""*""",GPIO.OUT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment