MCPcopy 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

31Timer::Timer() { setup(); }
32
33Timer::~Timer() {
34 tft.fillScreen(bruceConfig.bgColor);
35 backToMenu();
36}
37
38void Timer::setup() {
39 int hours = 0;

Callers

nothing calls this directly

Calls 2

backToMenuFunction · 0.85
fillScreenMethod · 0.45

Tested by

no test coverage detected