Reverted to default LEDPIN

pull/133/head
cschwinne 2019-02-21 00:21:35 +01:00
rodzic 1caaf04dfa
commit 4a4c537a0d
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -3,7 +3,7 @@
#define NpbWrapper_h
//PIN CONFIGURATION
#define LEDPIN 3 //strip pin. Any for ESP32, gpio2 or 3 is recommended for ESP8266 (gpio2/3 are labeled D4/RX on NodeMCU and Wemos)
#define LEDPIN 2 //strip pin. Any for ESP32, gpio2 or 3 is recommended for ESP8266 (gpio2/3 are labeled D4/RX on NodeMCU and Wemos)
#define BTNPIN 0 //button pin. Needs to have pullup (gpio0 recommended)
#define IR_PIN 4 //infrared pin (-1 to disable)
#define AUXPIN -1 //unused auxiliary output pin (-1 to disable)

Wyświetl plik

@ -27,7 +27,7 @@
#include "WS2812FX.h"
#include "palettes.h"
#define LED_SKIP_AMOUNT 24
#define LED_SKIP_AMOUNT 1
void WS2812FX::init(bool supportWhite, uint16_t countPixels, bool skipFirst)
{