discoverpixy
Macros
Collaboration diagram for Click_Interrupt_XYZ_selection:

Macros

#define LIS302DL_CLICKINTERRUPT_XYZ_DISABLE   ((uint8_t)0x00)
 
#define LIS302DL_CLICKINTERRUPT_X_ENABLE   ((uint8_t)0x01)
 
#define LIS302DL_CLICKINTERRUPT_Y_ENABLE   ((uint8_t)0x04)
 
#define LIS302DL_CLICKINTERRUPT_Z_ENABLE   ((uint8_t)0x10)
 
#define LIS302DL_CLICKINTERRUPT_XYZ_ENABLE   ((uint8_t)0x15)
 

Detailed Description