Config for my D1 Mini (knockoff)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user