discoverpixy
Macros
Collaboration diagram for Double_Click_Interrupt_XYZ_selection:

Macros

#define LIS302DL_DOUBLECLICKINTERRUPT_XYZ_DISABLE   ((uint8_t)0x00)
 
#define LIS302DL_DOUBLECLICKINTERRUPT_X_ENABLE   ((uint8_t)0x02)
 
#define LIS302DL_DOUBLECLICKINTERRUPT_Y_ENABLE   ((uint8_t)0x08)
 
#define LIS302DL_DOUBLECLICKINTERRUPT_Z_ENABLE   ((uint8_t)0x20)
 
#define LIS302DL_DOUBLECLICKINTERRUPT_XYZ_ENABLE   ((uint8_t)0x2A)
 

Detailed Description