Skip to content

Instantly share code, notes, and snippets.

@lesp
Created September 19, 2014 21:20
Show Gist options
  • Save lesp/26c6abb30eda0300403a to your computer and use it in GitHub Desktop.
Save lesp/26c6abb30eda0300403a to your computer and use it in GitHub Desktop.
Variables
#Variables
#Sounds
snake = "wrong.mp3"
ladder = "correct.mp3"
#Resistors
r13 = 14
r39 = 15
r67 = 18
r72 = 23
#Pythons
s38 = 24
s47 = 25
s68 = 8
s99 = 7
#LED
d1 = 12
d2 = 16
d3 = 20
d4 = 21
d5 = 5
d6 = 6
#Button
button = 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment