We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd4726 commit 8fd527aCopy full SHA for 8fd527a
examples/NonAddressable/NonAddressable.ino
@@ -49,4 +49,4 @@ void set4PinLEDs(const CRGB& color) {
49
analogWrite(RED_PIN, color.r);
50
analogWrite(GREEN_PIN, color.g);
51
analogWrite(BLUE_PIN, color.b);
52
-}
+}
0 commit comments