Skip to content

Commit 9f966cf

Browse files
authored
Update and rename code.py to Bluetooth_Luminaries/code.py
1 parent 8f79686 commit 9f966cf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

code.py renamed to Bluetooth_Luminaries/code.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
fancy.CRGB(0, 0, 0),
5757
fancy.CRGB(200, 40, 0)]
5858

59-
# Declare a NeoPixel object on NEOPIXEL_PIN with NUM_LEDS pixels,
59+
# Declare a NeoPixel object on NEOPIXEL_PIN with NUM_LEDS pixels,
6060
# no auto-write.
6161
# Set brightness to max because we'll be using FancyLED's brightness control.
6262
ring = neopixel.NeoPixel(RING_PIN, NUM_LEDS, brightness=1.0, auto_write=False)
@@ -139,7 +139,7 @@ def set_palette(palette):
139139
elif packet.button == ButtonPacket.DOWN:
140140
offset_increment -= 1
141141

142-
# Whether or not we're connected via Bluetooth,
142+
# Whether or not we're connected via Bluetooth,
143143
# we also want to handle touch inputs.
144144
if touch_A2.value:
145145
cycling = True
@@ -160,4 +160,3 @@ def set_palette(palette):
160160
# offset_increment += 1
161161
# if touch_TX.value:
162162
# offset_increment -= 1
163-

0 commit comments

Comments
 (0)