MCPcopy 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

17SimpleTimer procTimer;
18
19void 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

capacitiveSensorMethod · 0.80

Tested by

no test coverage detected