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 ()
 the main loop() More...
 
void setBuzzerLight_UIModule (boolean onFlag)
 UI specific actions. More...
 
void solidLightOnOff_UIModule (boolean onOff)
 callback for SOLID blinking led More...
 
void blinkLED_UIModule ()
 blink the LED More...
 

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)

callback for SOLID blinking led

turns on/off a solid light

Definition at line 128 of file UI.cpp.

Here is the caller graph for this function: