We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522677b commit d179cc9Copy full SHA for d179cc9
Bluetooth_Room_Lights/code.py
@@ -1,7 +1,7 @@
1
"""
2
Bluetooth Controlled Room Lights using a Circuit Playground Bluetooth
3
Scroll between 7 modes and control brightness with your smartphone via Bluetooth
4
- Full tutorial: https://learn.adafruit.com/easy-bluetooth-controlled-room-lights/overview
+ Full tutorial: https://learn.adafruit.com/easy-no-solder-bluetooth-controlled-room-lights/overview
5
Code by Kattni Rembor & Erin St Blaine for Adafruit Industries
6
Adafruit invests time and resources to bring you this code! Please support our shop!
7
@@ -175,4 +175,4 @@ def draw(self): # draw the animation
175
if MODE == 1:
176
animations.animate()
177
if MODE == 4:
178
- animations.freeze()
+ animations.freeze()
0 commit comments