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

Go to the source code of this file.

Classes

class  CONTROLLER_CLASS_NAME
 

Macros

#define BUTTON_PIN   4
 
#define CONTROLLER_CLASS_NAME   ButtonController
 

Variables

static const char * CONTROLLER_NAME = "Button controller"
 

Macro Definition Documentation

◆ BUTTON_PIN

#define BUTTON_PIN   4

Definition at line 22 of file ButtonController.h.

◆ CONTROLLER_CLASS_NAME

#define CONTROLLER_CLASS_NAME   ButtonController

Definition at line 24 of file ButtonController.h.

Variable Documentation

◆ CONTROLLER_NAME

const char* CONTROLLER_NAME = "Button controller"
static

Definition at line 25 of file ButtonController.h.