mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-08 13:10:29 +00:00
add alternate pins
This commit is contained in:
parent
aa832fcd7c
commit
0190e974b1
@ -16,9 +16,13 @@
|
||||
//
|
||||
|
||||
#define USE_PWM //If using an RGB LED
|
||||
#define PIN_R 18
|
||||
#define PIN_G 19
|
||||
#define PIN_B 23
|
||||
// #define PIN_R 18 //ESP32 WeMos
|
||||
// #define PIN_G 19
|
||||
// #define PIN_B 23
|
||||
|
||||
#define PIN_R 14 //8266 WeMos
|
||||
#define PIN_G 12
|
||||
#define PIN_B 13
|
||||
|
||||
#define PIN_DATA 4 // If using a NeoPixel
|
||||
#define NUM_LEDS 24 // Number of physical LEDs.
|
||||
|
Loading…
Reference in New Issue
Block a user