From a6adcd550b48ea09f97eea3385c77bafb5d500e7 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 17 Feb 2015 09:59:58 -0800 Subject: For #125, add clock/data pin definitions to the U2 and friends when using @nicohood's bootloader. --- examples/Cylon/Cylon.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/Cylon/Cylon.ino b/examples/Cylon/Cylon.ino index 76046b41..288d3ee8 100644 --- a/examples/Cylon/Cylon.ino +++ b/examples/Cylon/Cylon.ino @@ -15,7 +15,7 @@ CRGB leds[NUM_LEDS]; void setup() { Serial.begin(57600); Serial.println("resetting"); - LEDS.addLeds(leds,NUM_LEDS); + LEDS.addLeds(leds,NUM_LEDS); LEDS.setBrightness(84); } -- cgit v1.2.3