ESPHome
2024.10.2
|
Go to the source code of this file.
Data Structures | |
class | esphome::qmc5883l::QMC5883LComponent |
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
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 } |