We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d00b5f commit 06deafdCopy full SHA for 06deafd
1 file changed
PropMaker_Light_Up_Prop/code.py
@@ -1,3 +1,13 @@
1
+"""
2
+Prop-Maker based Light Up Prop.
3
+Adafruit invests time and resources providing this open source code.
4
+Please support Adafruit and open source hardware by purchasing
5
+products from Adafruit!
6
+Written by Kattni Rembor for Adafruit Industries
7
+Copyright (c) 2019 Adafruit Industries
8
+Licensed under the MIT license.
9
+All text above must be included in any redistribution.
10
11
import time
12
import random
13
import digitalio
@@ -125,4 +135,4 @@ def play_wav(name, loop=False):
125
135
led.color = HIT_COLOR # Set color to hit color
126
136
else: # No sound now, but still SWING or HIT modes
127
137
play_wav('idle', loop=True) # Resume idle sound
128
- mode = 1 # Return to idle mode
138
+ mode = 1 # Return to idle mode
0 commit comments