forked from Makuna/NeoPixelBus
Update NeoPixel_RP2040_PioX4.ino
fix comment
This commit is contained in:
@@ -48,7 +48,7 @@ void loop() {
|
|||||||
strip4.SetPixelColor(0, RgbwColor(0, 0, 128, 255)); // white channel with a little blue
|
strip4.SetPixelColor(0, RgbwColor(0, 0, 128, 255)); // white channel with a little blue
|
||||||
|
|
||||||
// show them,
|
// show them,
|
||||||
// only on the last show, no matter the order, will the data be sent
|
// each strip will start sending on their show call
|
||||||
strip1.Show();
|
strip1.Show();
|
||||||
strip2.Show();
|
strip2.Show();
|
||||||
strip3.Show();
|
strip3.Show();
|
||||||
|
Reference in New Issue
Block a user