ESPHome 2026.6.2
Loading...
Searching...
No Matches
bmi270.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::bmi270::BMI270Component
 

Namespaces

namespace  esphome
 
namespace  esphome::bmi270
 

Enumerations

enum  esphome::bmi270::BMI270AccelRange : uint8_t { esphome::bmi270::BMI270_ACCEL_RANGE_2G = 0x00 , esphome::bmi270::BMI270_ACCEL_RANGE_4G = 0x01 , esphome::bmi270::BMI270_ACCEL_RANGE_8G = 0x02 , esphome::bmi270::BMI270_ACCEL_RANGE_16G = 0x03 }
 
enum  esphome::bmi270::BMI270AccelODR : uint8_t {
  esphome::bmi270::BMI270_ACCEL_ODR_12_5 = 0x05 , esphome::bmi270::BMI270_ACCEL_ODR_25 = 0x06 , esphome::bmi270::BMI270_ACCEL_ODR_50 = 0x07 , esphome::bmi270::BMI270_ACCEL_ODR_100 = 0x08 ,
  esphome::bmi270::BMI270_ACCEL_ODR_200 = 0x09 , esphome::bmi270::BMI270_ACCEL_ODR_400 = 0x0A , esphome::bmi270::BMI270_ACCEL_ODR_800 = 0x0B , esphome::bmi270::BMI270_ACCEL_ODR_1600 = 0x0C
}
 
enum  esphome::bmi270::BMI270GyroRange : uint8_t {
  esphome::bmi270::BMI270_GYRO_RANGE_2000 = 0x00 , esphome::bmi270::BMI270_GYRO_RANGE_1000 = 0x01 , esphome::bmi270::BMI270_GYRO_RANGE_500 = 0x02 , esphome::bmi270::BMI270_GYRO_RANGE_250 = 0x03 ,
  esphome::bmi270::BMI270_GYRO_RANGE_125 = 0x04
}
 
enum  esphome::bmi270::BMI270GyroODR : uint8_t {
  esphome::bmi270::BMI270_GYRO_ODR_25 = 0x06 , esphome::bmi270::BMI270_GYRO_ODR_50 = 0x07 , esphome::bmi270::BMI270_GYRO_ODR_100 = 0x08 , esphome::bmi270::BMI270_GYRO_ODR_200 = 0x09 ,
  esphome::bmi270::BMI270_GYRO_ODR_400 = 0x0A , esphome::bmi270::BMI270_GYRO_ODR_800 = 0x0B , esphome::bmi270::BMI270_GYRO_ODR_1600 = 0x0C , esphome::bmi270::BMI270_GYRO_ODR_3200 = 0x0D
}