EnigmaIOT  0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
Classes | Macros | Variables
LedController.h File Reference
#include "WProgram.h"
#include <EnigmaIOTjsonController.h>

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"
 

Macro Definition Documentation

◆ _LED_OFF

#define _LED_OFF   !_LED_ON

Definition at line 31 of file LedController.h.

◆ _LED_ON

#define _LED_ON   LOW

Definition at line 30 of file LedController.h.

◆ CONTROLLER_CLASS_NAME

#define CONTROLLER_CLASS_NAME   LedController

Definition at line 19 of file LedController.h.

◆ LED_PIN

#define LED_PIN   2

Definition at line 29 of file LedController.h.

Variable Documentation

◆ CONTROLLER_NAME

const char* CONTROLLER_NAME = "LED controller"
static

Definition at line 20 of file LedController.h.