![]() |
LightHub
v4.0.0
Smarthome controller firmware
|
#include "modules/out_relay.h"#include "Arduino.h"#include "options.h"#include "Streaming.h"#include "item.h"#include "main.h"#include "dmx.h"Macros | |
| #define | ACTIVE (inverted)?LOW:HIGH |
| #define | INACTIVE (inverted)?HIGH:LOW |
Functions | |
| bool | getPinVal (uint8_t pin) |
Variables | |
| const char action_P[] | PROGMEM = "action" |
| #define ACTIVE (inverted)?LOW:HIGH |
| #define INACTIVE (inverted)?HIGH:LOW |
| bool getPinVal | ( | uint8_t | pin | ) |
| const char off_P [] PROGMEM = "action" |