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:
authorkriegsman <kriegsman@tr.org>2013-11-12 05:45:00 +0400
committerkriegsman <kriegsman@tr.org>2013-11-12 05:45:00 +0400
commitb36bd232fab4622096dfb11912e99285556940fb (patch)
tree9d9b55fa3db55cdbe6f94f7e958803a8dcf6fc08 /README.md
parent924a3b4ef2ade040298eb8109de852fffdd5bf42 (diff)
typo fix
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