Loading...
Searching...
No Matches

Detailed Description

Macros

#define CONFIG_BMX055_MAG_ADDR_DEFAULT   (0x10U)
 Magnetometer default address.
 
#define CONFIG_BMX055_ACC_ADDR_DEFAULT   (0x18U)
 Accelerometer default address.
 
#define CONFIG_BMX055_GYRO_ADDR_DEFAULT   (0x68U)
 Gyroscope default address.
 

Macro Definition Documentation

◆ CONFIG_BMX055_ACC_ADDR_DEFAULT

#define CONFIG_BMX055_ACC_ADDR_DEFAULT   (0x18U)

Accelerometer default address.

The address depends on the state of SDO1, SDO2 and CSB3 pins. For more information refer to the section 'Inter-Integrated Circuit (I²C)' in the datasheet.

Definition at line 62 of file bmx055.h.

◆ CONFIG_BMX055_GYRO_ADDR_DEFAULT

#define CONFIG_BMX055_GYRO_ADDR_DEFAULT   (0x68U)

Gyroscope default address.

The address depends on the state of SDO1, SDO2 and CSB3 pins. For more information refer to the section 'Inter-Integrated Circuit (I²C)' in the datasheet.

Definition at line 73 of file bmx055.h.

◆ CONFIG_BMX055_MAG_ADDR_DEFAULT

#define CONFIG_BMX055_MAG_ADDR_DEFAULT   (0x10U)

Magnetometer default address.

The address depends on the state of SDO1, SDO2 and CSB3 pins. For more information refer to the section 'Inter-Integrated Circuit (I²C)' in the datasheet.

Definition at line 51 of file bmx055.h.