#include "CirquePinnacle.h"
void PinnacleTouch::shutdown(bool isOff);

This function controls power state of the Pinnacle ASIC that drives the trackpad.

Note

The ASIC will take about 300 milliseconds to complete the transition from powered down mode to active mode. No touch events or button presses will be monitored while powered down.

Parameters:
bool isOff

true means power down (AKA standby mode), and false means power up (Active, Idle, or Sleep mode).