ESP_IOT v2.5
IOT ESP Coding
UI.h File Reference
#include "../../Defines.h"
Include dependency graph for UI.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BLUE_LED   32
 
#define GREEN_LED   33
 
#define YELLOW_LED   25
 
#define TOUCH_1   4
 
#define TOUCH_2   13
 
#define TOUCH_3   15
 
#define BUZZ   23
 
#define POWER_PIN   18
 

Functions

void setup_UIModule ()
 UIModule More...
 
void loop_UIModule ()
 the main loop() More...
 
void setBuzzerLight_UIModule (boolean onFlag)
 UI specific actions. More...
 
void solidLightOnOff_UIModule (boolean onOff)
 turns on/off a solid light More...
 
void blinkLED_UIModule ()
 blink the LED More...
 

Macro Definition Documentation

◆ BLUE_LED

#define BLUE_LED   32

Definition at line 11 of file UI.h.

◆ BUZZ

#define BUZZ   23

Definition at line 21 of file UI.h.

◆ GREEN_LED

#define GREEN_LED   33

Definition at line 12 of file UI.h.

◆ POWER_PIN

#define POWER_PIN   18

Definition at line 22 of file UI.h.

◆ TOUCH_1

#define TOUCH_1   4

Definition at line 16 of file UI.h.

◆ TOUCH_2

#define TOUCH_2   13

Definition at line 17 of file UI.h.

◆ TOUCH_3

#define TOUCH_3   15

Definition at line 18 of file UI.h.

◆ YELLOW_LED

#define YELLOW_LED   25

Definition at line 13 of file UI.h.

Function Documentation

◆ blinkLED_UIModule()

void blinkLED_UIModule ( )

blink the LED

Definition at line 137 of file UI.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ loop_UIModule()

void loop_UIModule ( )

the main loop()

Definition at line 47 of file UI.cpp.

Here is the caller graph for this function:

◆ setBuzzerLight_UIModule()

void setBuzzerLight_UIModule ( boolean  onFlag)

UI specific actions.

Definition at line 110 of file UI.cpp.

Here is the caller graph for this function:

◆ setup_UIModule()

void setup_UIModule ( )

UIModule

initialize the board layoud, which is different than default

Definition at line 16 of file UI.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ solidLightOnOff_UIModule()

void solidLightOnOff_UIModule ( boolean  onOff)

turns on/off a solid light

turns on/off a solid light

Definition at line 128 of file UI.cpp.

Here is the caller graph for this function: