EnigmaIOT
0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
|
Go to the source code of this file.
Classes | |
class | CONTROLLER_CLASS_NAME |
Macros | |
#define | CONTROLLER_CLASS_NAME LedController |
#define | LED_PIN 2 |
#define | _LED_ON LOW |
#define | _LED_OFF !_LED_ON |
Variables | |
static const char * | CONTROLLER_NAME = "LED controller" |
#define _LED_OFF !_LED_ON |
Definition at line 31 of file LedController.h.
#define _LED_ON LOW |
Definition at line 30 of file LedController.h.
#define CONTROLLER_CLASS_NAME LedController |
Definition at line 19 of file LedController.h.
#define LED_PIN 2 |
Definition at line 29 of file LedController.h.
|
static |
Definition at line 20 of file LedController.h.