From 6c1d150d5d13234b6b583650af871d63268bc645 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 18 Nov 2013 18:24:34 -0500 Subject: Removing some cruft from the first light program --- examples/FirstLight/FirstLight.ino | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'examples/FirstLight/FirstLight.ino') diff --git a/examples/FirstLight/FirstLight.ino b/examples/FirstLight/FirstLight.ino index e86325a5..8f82c370 100644 --- a/examples/FirstLight/FirstLight.ino +++ b/examples/FirstLight/FirstLight.ino @@ -1,5 +1,7 @@ -#define FORCE_SOFTWARE_SPI -#define FORCE_SOFTWARE_PINS +// Use if you want to force the software SPI subsystem to be used for some reason (generally, you don't) +// #define FORCE_SOFTWARE_SPI +// Use if you want to force non-accelerated pin access (hint: you really don't, it breaks lots of things) +// #define FORCE_SOFTWARE_PINS #include "FastLED.h" /////////////////////////////////////////////////////////////////////////////////////////// @@ -29,8 +31,7 @@ void setup() { // FastLED.addLeds(leds, NUM_LEDS); // FastLED.addLeds(leds, NUM_LEDS); // FastLED.addLeds(leds, NUM_LEDS); - // FastLED.addLeds(leds+18, NUM_LEDS/3); - // FastLED.addLeds(leds + 225, NUM_LEDS/4); + // FastLED.addLeds(leds, NUM_LEDS); // FastLED.addLeds(leds, NUM_LEDS); // FastLED.addLeds(leds, NUM_LEDS); // FastLED.addLeds(leds, NUM_LEDS); -- cgit v1.2.3