Skip to content

Commit 7ad2d87

Browse files
committed
Updating file and project name.
1 parent 6624022 commit 7ad2d87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Circuit_Playground_Bluefruit_NeoPixel_Controller/Receiver.py renamed to Circuit_Playground_Bluefruit_NeoPixel_Controller/NeoPixel_Animator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
Receiver code for Circuit Playground Bluefruit NeoPixel Animation and Color controller. To be used
3-
with another Circuit Playground Bluefruit running the controller code.
2+
NeoPixel Animator code for Circuit Playground Bluefruit NeoPixel Animation and Color Remote Control.
3+
To be used with another Circuit Playground Bluefruit running the Remote Control code.
44
"""
55

66
import board

Circuit_Playground_Bluefruit_NeoPixel_Controller/Controller.py renamed to Circuit_Playground_Bluefruit_NeoPixel_Controller/Remote_Control.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
Control code for Circuit Playground Bluefruit NeoPixel Animation and Color controller. To be used
3-
with another Circuit Playground Bluefruit running the receiver code.
2+
Remote Control code for Circuit Playground Bluefruit NeoPixel Animation and Color Remote Control.
3+
To be used with another Circuit Playground Bluefruit running the NeoPixel Animator code.
44
"""
55

66
import time

0 commit comments

Comments
 (0)