We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76643b commit 237aba1Copy full SHA for 237aba1
Grand_Central_Robot_Xylophone/code.py
@@ -20,7 +20,7 @@
20
STRIKE_TIME = 0.01 # Time between initiating a strike and turning it off
21
TIME_BETWEEN = 0.5 # Time between actions in seconds
22
23
-song = [4, 3, 2, 3, 4, 4, 4, 3, 3, 3, 4, 4, 4, 4, 3, 2, 3, 4, 4, 4, 5, 5, 4, 3, 2]
+song = [3, 4, 5, 4, 3, 3, 3, 4, 4, 4, 3, 3, 3, 3, 4, 5, 4, 3, 3, 3, 2, 2, 3, 4, 5]
24
25
def play(key, time_to_strike):
26
solenoid[key].value = True
0 commit comments