Description
When called this function will reset the previous calibration and prompt the user for a new calibration. Typically touch_calibrate() is called inside of a loop.
Syntax
Example
void setup()
{
}
void loop()
{
touch_calibrate();
while(1);
}
Parameters
none
Returns
none