![]() |
LightHub
v4.0.0
Smarthome controller firmware
|
#include "modules/out_motor.h"#include "Arduino.h"#include "options.h"#include "Streaming.h"#include "item.h"#include "main.h"Macros | |
| #define | ACTIVE (inverted)?LOW:HIGH |
| #define | INACTIVE (inverted)?HIGH:LOW |
| #define ACTIVE (inverted)?LOW:HIGH |
| #define INACTIVE (inverted)?HIGH:LOW |