accel6 2.0.0.0
Settings for the digital interfaces

Macros

#define ACCEL6_I2C_ENABLE   0x04
 
#define ACCEL6_I2C_DISABLE   0x00
 
#define ACCEL6_I2C_WTD_1ms   0x00
 
#define ACCEL6_I2C_WTD_50ms   0x02
 
#define ACCEL6_SPI_4_WIRE   0x00
 
#define ACCEL6_SPI_3_WIRE   0x01
 

Detailed Description

Macro Definition Documentation

◆ ACCEL6_I2C_DISABLE

#define ACCEL6_I2C_DISABLE   0x00

◆ ACCEL6_I2C_ENABLE

#define ACCEL6_I2C_ENABLE   0x04

◆ ACCEL6_I2C_WTD_1ms

#define ACCEL6_I2C_WTD_1ms   0x00

◆ ACCEL6_I2C_WTD_50ms

#define ACCEL6_I2C_WTD_50ms   0x02

◆ ACCEL6_SPI_3_WIRE

#define ACCEL6_SPI_3_WIRE   0x01

◆ ACCEL6_SPI_4_WIRE

#define ACCEL6_SPI_4_WIRE   0x00