File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Circuit_Playground_Bluefruit_NeoPixel_Controller Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
"""
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.
4
4
"""
5
5
6
6
import board
Original file line number Diff line number Diff line change 1
1
"""
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.
4
4
"""
5
5
6
6
import time
You can’t perform that action at this time.
0 commit comments