accel6 2.0.0.0
Single tap and double tap interrupts

Macros

#define ACCEL6_TAP_QUIET_30ms   0x00
 
#define ACCEL6_TAP_QUIET_20ms   0x80
 
#define ACCEL6_TAP_SHOCK_50ms   0x00
 
#define ACCEL6_TAP_SHOCK_75ms   0x40
 
#define ACCEL6_TAP_DUR_50ms   0x00
 
#define ACCEL6_TAP_DUR_100ms   0x01
 
#define ACCEL6_TAP_DUR_150ms   0x02
 
#define ACCEL6_TAP_DUR_200ms   0x03
 
#define ACCEL6_TAP_DUR_250ms   0x04
 
#define ACCEL6_TAP_DUR_375ms   0x05
 
#define ACCEL6_TAP_DUR_500ms   0x06
 
#define ACCEL6_TAP_DUR_700ms   0x07
 

Detailed Description

Macro Definition Documentation

◆ ACCEL6_TAP_DUR_100ms

#define ACCEL6_TAP_DUR_100ms   0x01

◆ ACCEL6_TAP_DUR_150ms

#define ACCEL6_TAP_DUR_150ms   0x02

◆ ACCEL6_TAP_DUR_200ms

#define ACCEL6_TAP_DUR_200ms   0x03

◆ ACCEL6_TAP_DUR_250ms

#define ACCEL6_TAP_DUR_250ms   0x04

◆ ACCEL6_TAP_DUR_375ms

#define ACCEL6_TAP_DUR_375ms   0x05

◆ ACCEL6_TAP_DUR_500ms

#define ACCEL6_TAP_DUR_500ms   0x06

◆ ACCEL6_TAP_DUR_50ms

#define ACCEL6_TAP_DUR_50ms   0x00

◆ ACCEL6_TAP_DUR_700ms

#define ACCEL6_TAP_DUR_700ms   0x07

◆ ACCEL6_TAP_QUIET_20ms

#define ACCEL6_TAP_QUIET_20ms   0x80

◆ ACCEL6_TAP_QUIET_30ms

#define ACCEL6_TAP_QUIET_30ms   0x00

◆ ACCEL6_TAP_SHOCK_50ms

#define ACCEL6_TAP_SHOCK_50ms   0x00

◆ ACCEL6_TAP_SHOCK_75ms

#define ACCEL6_TAP_SHOCK_75ms   0x40