ESPHome  2024.4.1
Data Structures | Namespaces | Enumerations
qmc5883l.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::qmc5883l::QMC5883LComponent
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::qmc5883l
 

Enumerations

enum  esphome::qmc5883l::QMC5883LDatarate { esphome::qmc5883l::QMC5883L_DATARATE_10_HZ = 0b00, esphome::qmc5883l::QMC5883L_DATARATE_50_HZ = 0b01, esphome::qmc5883l::QMC5883L_DATARATE_100_HZ = 0b10, esphome::qmc5883l::QMC5883L_DATARATE_200_HZ = 0b11 }
 
enum  esphome::qmc5883l::QMC5883LRange { esphome::qmc5883l::QMC5883L_RANGE_200_UT = 0b00, esphome::qmc5883l::QMC5883L_RANGE_800_UT = 0b01 }
 
enum  esphome::qmc5883l::QMC5883LOversampling { esphome::qmc5883l::QMC5883L_SAMPLING_512 = 0b00, esphome::qmc5883l::QMC5883L_SAMPLING_256 = 0b01, esphome::qmc5883l::QMC5883L_SAMPLING_128 = 0b10, esphome::qmc5883l::QMC5883L_SAMPLING_64 = 0b11 }