Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ capsense
Function
capsense
samples/Basic_Capsense/app/application.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
SimpleTimer procTimer;
18
19
void capsense()
20
{
21
long total = cs_0_2.capacitiveSensor(SAMPLES_TO_READ);
22
Serial << _F(
"Sense Value: "
) << total << endl;
23
}
24
25
} // namespace
26
Callers
nothing calls this directly
Calls
1
capacitiveSensor
Method · 0.80
Tested by
no test coverage detected