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 BUZZ   23
 

Functions

void setup_UIModule ()
 UIModule More...
 
void loop_UIModule ()
 
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

◆ BUZZ

#define BUZZ   23

Definition at line 7 of file UI.h.

Function Documentation

◆ blinkLED_UIModule()

void blinkLED_UIModule ( )

blink the LED

Definition at line 23 of file UI.cpp.

Here is the caller graph for this function:

◆ loop_UIModule()

void loop_UIModule ( )

Definition at line 14 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 17 of file UI.cpp.

Here is the caller graph for this function:

◆ setup_UIModule()

void setup_UIModule ( )

UIModule

Definition at line 13 of file UI.cpp.

Here is the caller graph for this function:

◆ solidLightOnOff_UIModule()

void solidLightOnOff_UIModule ( boolean  onOff)

turns on/off a solid light

Definition at line 20 of file UI.cpp.

Here is the caller graph for this function: