Swap from green to blue
This commit is contained in:
parent
a6c3cbb688
commit
3584bcac40
|
@ -67,7 +67,7 @@ void loop() {
|
|||
|
||||
// NeoPixel related
|
||||
neopix.setPixelColor(0, neopix.Color(255, 255, 255)); // White
|
||||
neopix.setPixelColor(1, neopix.Color(0, 255, 0)); // Green
|
||||
neopix.setPixelColor(1, neopix.Color(0, 0, 255)); // Blue
|
||||
neopix.show();
|
||||
|
||||
// Debugging code
|
||||
|
|
Reference in a new issue