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:
authorDaniel Garcia <danielgarcia@gmail.com>2017-01-14 08:03:22 +0300
committerGitHub <noreply@github.com>2017-01-14 08:03:22 +0300
commitd90a4524714c75884256db201beda2d7c4d10516 (patch)
treee8182af7922e7d2ac0bb5b91cfcef10228350ce1 /examples
parent9a80069973087bf0a8c6a48c9c1d3e4bfccfefc8 (diff)
parent032ddd3bf7b98deb4e0f831c2a0905f65411ba9a (diff)
Merge pull request #382 from hsiboy/patch-1
Update MultiArrays.ino
Diffstat (limited to 'examples')
-rw-r--r--examples/Multiple/MultiArrays/MultiArrays.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Multiple/MultiArrays/MultiArrays.ino b/examples/Multiple/MultiArrays/MultiArrays.ino
index 79b5bfc9..a983d607 100644
--- a/examples/Multiple/MultiArrays/MultiArrays.ino
+++ b/examples/Multiple/MultiArrays/MultiArrays.ino
@@ -1,5 +1,5 @@
// MultiArrays - see https://github.com/FastLED/FastLED/wiki/Multiple-Controller-Examples for more info on
-// using multiple controllers. In this example, we're going to set up four NEOPIXEL strips on three
+// using multiple controllers. In this example, we're going to set up three NEOPIXEL strips on three
// different pins, each strip getting its own CRGB array to be played with
#include "FastLED.h"