Update NeoPixel_RP2040_PioX4.ino

fix comment
This commit is contained in:
Michael Miller
2024-03-19 09:00:18 -07:00
committed by GitHub
parent 5157c1259d
commit d95a8d2522

View File

@@ -48,9 +48,9 @@ void loop() {
strip4.SetPixelColor(0, RgbwColor(0, 0, 128, 255)); // white channel with a little blue
// 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();
strip2.Show();
strip3.Show();
strip4.Show();
}
}