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:08 +0300
committerGitHub <noreply@github.com>2017-01-14 08:03:08 +0300
commit9a80069973087bf0a8c6a48c9c1d3e4bfccfefc8 (patch)
treee74484de365e77dfb22ac1c1cb031c50f0c9fe96
parent73a37655f723daa561046689af3da77d4adffb29 (diff)
parent327930f3fbc79630f398a3be74a6e030772d2f1c (diff)
Merge pull request #383 from hsiboy/patch-2
ArrayOfLedArrays.ino
-rw-r--r--examples/Multiple/ArrayOfLedArrays/ArrayOfLedArrays.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Multiple/ArrayOfLedArrays/ArrayOfLedArrays.ino b/examples/Multiple/ArrayOfLedArrays/ArrayOfLedArrays.ino
index cc171835..b2b115e2 100644
--- a/examples/Multiple/ArrayOfLedArrays/ArrayOfLedArrays.ino
+++ b/examples/Multiple/ArrayOfLedArrays/ArrayOfLedArrays.ino
@@ -1,5 +1,5 @@
// ArrayOfLedArrays - 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, only this time they're going
// to be all parts of an array of arrays.