-
#include "CirquePinnacle.h" -
PinnacleTouch::PinnacleTouch(pinnacle_gpio_t dataReadyPin);
Create an instance to use as an interface with the Pinnacle ASIC touch controller.
- Parameters:¶
- pinnacle_gpio_t dataReadyPin¶
The input pin connected to the Pinnacle ASIC’s “Data Ready” pin.
Changed in version 2.0.0:
dr_pinis a required parameter.Previously, this parameter conditionally accepted a sentinel value to use the “SW Data Ready” flag in the STATUS_1 register.