From 5b1f020f0263d4abbe9796af868443ca394f0534 Mon Sep 17 00:00:00 2001 From: Deb Date: Mon, 12 Feb 2018 22:47:02 -0500 Subject: [PATCH] Update definitions.h --- Arduino/McLighting/definitions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Arduino/McLighting/definitions.h b/Arduino/McLighting/definitions.h index 373d4cb..c072fbe 100644 --- a/Arduino/McLighting/definitions.h +++ b/Arduino/McLighting/definitions.h @@ -1,6 +1,6 @@ // Neopixel -#define PIN 5 // PIN (5 / D1) where neopixel / WS2811 strip is attached -#define NUMLEDS 24 // Number of leds in the strip +#define PIN 14 // PIN (14 / D5) where neopixel / WS2812B strip is attached +#define NUMLEDS 300 // Number of leds in the strip (60 LED/m, 5m) //#define BUILTIN_LED 2 // ESP-12F has the built in LED on GPIO2, see https://github.com/esp8266/Arduino/issues/2192 #define BUTTON 4 // Input pin (4 / D2) for switching the LED strip on / off, connect this PIN to ground to trigger button.