#include "CirquePinnacle.h"
enum PinnacleDataMode;

Allowed symbols for configuring the Pinnacle ASIC’s data reporting/measurements.

enumerator PINNACLE_RELATIVE = 0x00

Alias symbol for specifying Relative mode (AKA Mouse mode).

enumerator PINNACLE_ANYMEAS = 0x01

Alias symbol for specifying “AnyMeas” mode (raw ADC measurement).

Limits of anymeas mode

Anymeas mode requires the use of a Hardware Data Ready pin. Do not use PINNACLE_SW_DR as the value for the dataReadyPin parameter to PinnacleTouchSPI() or PinnacleTouchI2C() constructors.

enumerator PINNACLE_ABSOLUTE = 0x02

Alias symbol for specifying Absolute mode (axis positions)

enumerator PINNACLE_ERROR = 0xFF

Alias for value used to prevent operations when begin() fails.