Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dcf368fd..533312d5 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ How quickly can you get up and running with the library? Here's a simple blink
void setup() { FastLED.addLeds<NEOPIXEL, 6>(leds, NUM_LEDS); }
void loop() {
leds[0] = CRGB::White; FastLED.show(); delay(30);
- leds[0] = CRGB::Black; FastLED.show(); delay30);
+ leds[0] = CRGB::Black; FastLED.show(); delay(30);
}
## Supported LED chipsets