diff --git a/PropMaker_Light_Up_Prop/code.py b/PropMaker_Light_Up_Prop/code.py index 6a6cd4cb8..740c81446 100644 --- a/PropMaker_Light_Up_Prop/code.py +++ b/PropMaker_Light_Up_Prop/code.py @@ -1,3 +1,13 @@ +""" +Prop-Maker based Light Up Prop. +Adafruit invests time and resources providing this open source code. +Please support Adafruit and open source hardware by purchasing +products from Adafruit! +Written by Kattni Rembor for Adafruit Industries +Copyright (c) 2019 Adafruit Industries +Licensed under the MIT license. +All text above must be included in any redistribution. +""" import time import random import digitalio @@ -125,4 +135,4 @@ while True: led.color = HIT_COLOR # Set color to hit color else: # No sound now, but still SWING or HIT modes play_wav('idle', loop=True) # Resume idle sound - mode = 1 # Return to idle mode + mode = 1 # Return to idle mode \ No newline at end of file