Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setResolution
Method
setResolution
libraries/CountDown/CountDown.cpp:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
26
void CountDown::setResolution(const enum Resolution res)
27
{
28
_res = res;
29
_ticks = 0;
30
}
31
32
33
char CountDown::getUnits()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36