ESP_IOT v2.5
IOT ESP Coding
UI.cpp File Reference
#include "UI.h"
Include dependency graph for UI.cpp:

Go to the source code of this file.

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...
 

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: