MCPcopy Create free account
hub / github.com/PaulStoffregen/CapacitiveSensor / reset_CS_AutoCal

Method reset_CS_AutoCal

CapacitiveSensor.cpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121
122void CapacitiveSensor::reset_CS_AutoCal(void){
123 leastTotal = 0x0FFFFFFFL;
124}
125
126void CapacitiveSensor::set_CS_AutocaL_Millis(unsigned long autoCal_millis){
127 CS_AutocaL_Millis = autoCal_millis;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected