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:29:22 +0300
committerGitHub <noreply@github.com>2016-12-10 01:29:22 +0300
commit327930f3fbc79630f398a3be74a6e030772d2f1c (patch)
tree9af0ed9041d190ba31932cf735b6cd3e25ddcf65 /examples
parent149f36aa23b73bb2c777d6e973368f3c8718ca7b (diff)
Update ArrayOfLedArrays.ino
Typo in comment, said four strips on three pins
Diffstat (limited to 'examples')
-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.