Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceDevices/firmware
/ ~Timer
Method
~Timer
src/modules/others/timer.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
Timer::Timer() { setup(); }
32
33
Timer::~Timer() {
34
tft.fillScreen(bruceConfig.bgColor);
35
backToMenu();
36
}
37
38
void Timer::setup() {
39
int hours = 0;
Callers
nothing calls this directly
Calls
2
backToMenu
Function · 0.85
fillScreen
Method · 0.45
Tested by
no test coverage detected