setAccelTap()
Description
Turns on or off tap detection.
Syntax
setAccelTap(c, clickthresh);
Parameters
c
[uint8_t]: 0 = off, 1 = single tap, 2 = double tap
clickthresh
[uint8_t]: threshhold for click detect
Returns
Nothing