mirror of https://github.com/arendst/Tasmota.git
Added SM16716_SEL pin to SYF05 template, enabled SM16716 support
This commit is contained in:
parent
b553b4a5e5
commit
ef40aff62a
|
@ -416,6 +416,8 @@
|
||||||
// #define USE_THEO_V2 // Add support for decoding Theo V2 sensors as documented on https://sidweb.nl using 434MHz RF sensor receiver (+1k4 code)
|
// #define USE_THEO_V2 // Add support for decoding Theo V2 sensors as documented on https://sidweb.nl using 434MHz RF sensor receiver (+1k4 code)
|
||||||
// #define USE_ALECTO_V2 // Add support for decoding Alecto V2 sensors like ACH2010, WS3000 and DKW2012 weather stations using 868MHz RF sensor receiver (+1k7 code)
|
// #define USE_ALECTO_V2 // Add support for decoding Alecto V2 sensors like ACH2010, WS3000 and DKW2012 weather stations using 868MHz RF sensor receiver (+1k7 code)
|
||||||
|
|
||||||
|
#define USE_SM16716 // Add support for SM16716 RGB LED controller
|
||||||
|
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* Debug features are only supported in development branch
|
* Debug features are only supported in development branch
|
||||||
\*********************************************************************************************/
|
\*********************************************************************************************/
|
||||||
|
|
|
@ -1822,7 +1822,7 @@ const mytmplt kModules[MAXMODULE] PROGMEM = {
|
||||||
0, // GPIO10
|
0, // GPIO10
|
||||||
// GPIO11
|
// GPIO11
|
||||||
GPIO_PWM2, // GPIO12 Warm White
|
GPIO_PWM2, // GPIO12 Warm White
|
||||||
GPIO_USER, // GPIO13 N.C. (used as LED if you add it)
|
GPIO_SM16716_SEL, // GPIO13
|
||||||
GPIO_SM16716_DAT, // GPIO14
|
GPIO_SM16716_DAT, // GPIO14
|
||||||
0, // GPIO15 wired to GND
|
0, // GPIO15 wired to GND
|
||||||
GPIO_USER, // GPIO16 N.C.
|
GPIO_USER, // GPIO16 N.C.
|
||||||
|
|
Loading…
Reference in New Issue