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:
authorstuart taylor <github@j-notation.co.uk>2016-12-10 01:26:56 +0300
committerGitHub <noreply@github.com>2016-12-10 01:26:56 +0300
commit032ddd3bf7b98deb4e0f831c2a0905f65411ba9a (patch)
tree02675fac77300a620e7e14a10199261edc76246a /examples
parent149f36aa23b73bb2c777d6e973368f3c8718ca7b (diff)
Update MultiArrays.ino
comment said *four* strips on three pins. Code is for three strips on three pins.
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"