#include "../../Defines.h"
Go to the source code of this file.
◆ BLUE_LED
Definition at line 11 of file UI.h.
◆ BUZZ
Definition at line 21 of file UI.h.
◆ GREEN_LED
Definition at line 12 of file UI.h.
◆ POWER_PIN
Definition at line 22 of file UI.h.
◆ TOUCH_1
Definition at line 16 of file UI.h.
◆ TOUCH_2
Definition at line 17 of file UI.h.
◆ TOUCH_3
Definition at line 18 of file UI.h.
◆ YELLOW_LED
Definition at line 13 of file UI.h.
◆ blinkLED_UIModule()
void blinkLED_UIModule |
( |
| ) |
|
blink the LED
Definition at line 137 of file UI.cpp.
◆ loop_UIModule()
◆ setBuzzerLight_UIModule()
void setBuzzerLight_UIModule |
( |
boolean |
onFlag | ) |
|
UI specific actions.
Definition at line 110 of file UI.cpp.
◆ setup_UIModule()
UIModule
initialize the board layoud, which is different than default
Definition at line 16 of file UI.cpp.
◆ 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.