|
ESPHome 2025.12.0-dev
|
Go to the source code of this file.
Data Structures | |
| class | esphome::xgzp68xx::XGZP68XXComponent |
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::xgzp68xx |
Enumerations | |
| enum | esphome::xgzp68xx::XGZP68XXOversampling : uint8_t { esphome::xgzp68xx::XGZP68XX_OVERSAMPLING_256X = 0b100 , esphome::xgzp68xx::XGZP68XX_OVERSAMPLING_512X = 0b101 , esphome::xgzp68xx::XGZP68XX_OVERSAMPLING_1024X = 0b000 , esphome::xgzp68xx::XGZP68XX_OVERSAMPLING_2048X = 0b001 , esphome::xgzp68xx::XGZP68XX_OVERSAMPLING_4096X = 0b010 , esphome::xgzp68xx::XGZP68XX_OVERSAMPLING_8192X = 0b011 , esphome::xgzp68xx::XGZP68XX_OVERSAMPLING_16384X = 0b110 , esphome::xgzp68xx::XGZP68XX_OVERSAMPLING_32768X = 0b111 , esphome::xgzp68xx::XGZP68XX_OVERSAMPLING_UNKNOWN = (uint8_t) -1 } |
| Enum listing all oversampling options for the XGZP68XX. More... | |