touch_calibrate() - Version: 410

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


touch_calibrate()



Example

void setup()
{
}

void loop()
{
touch_calibrate();
while(1);
}


Parameters

none

Returns

none




Edit History