Config for my D1 Mini (knockoff)

This commit is contained in:
mrcory
2019-05-22 18:19:17 -04:00
parent 0443cd92f4
commit 4a8119086a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ const int stepPerRev = 4096;
//Feedback for button presses
#define lightEnable true //Allow control of LED
#define lightMode 1 //0-PWM 1-FastLED
#define ledPin D1 //Feedback LED
#define ledPin D4 //Feedback LED
#define alternateFunction false //Enable alternate use of the reset button
+1 -1
View File
@@ -29,7 +29,7 @@
FASTLED_USING_NAMESPACE
#define NUM_LEDS 9
#define DATA_PIN 2
#define DATA_PIN 3
#define LED_TYPE WS2812
#define COLOR_ORDER GRB