mirror of
https://github.com/anklimov/lighthub
synced 2025-12-09 13:19:50 +03:00
NodeRed Dashbord color picker compatible parser now
(tolerant to MQTT payload arrays like here): [myhome/in/kuh/set] hsv(65, 100%, 86%) Item=kuh Sub=1 Cmd=0 Par= <65> <100> <86>
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
#define SCL_HIGH() (GPEC = (1 << twi_scl))
|
||||
#endif
|
||||
|
||||
#if defined(ARDUINO_ARCH_AVR)
|
||||
#define WAK_PIN 3 // for LightHub UEXT SCS Pin
|
||||
#endif
|
||||
|
||||
|
||||
class Input;
|
||||
class in_ccs811 : public abstractIn {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user