|
ESPHome 2025.12.0-dev
|
Data Structures | |
| class | XGZP68XXComponent |
Enumerations | |
| enum | XGZP68XXOversampling : uint8_t { XGZP68XX_OVERSAMPLING_256X = 0b100 , XGZP68XX_OVERSAMPLING_512X = 0b101 , XGZP68XX_OVERSAMPLING_1024X = 0b000 , XGZP68XX_OVERSAMPLING_2048X = 0b001 , XGZP68XX_OVERSAMPLING_4096X = 0b010 , XGZP68XX_OVERSAMPLING_8192X = 0b011 , XGZP68XX_OVERSAMPLING_16384X = 0b110 , XGZP68XX_OVERSAMPLING_32768X = 0b111 , XGZP68XX_OVERSAMPLING_UNKNOWN = (uint8_t) -1 } |
| Enum listing all oversampling options for the XGZP68XX. More... | |
| enum esphome::xgzp68xx::XGZP68XXOversampling : uint8_t |
Enum listing all oversampling options for the XGZP68XX.
Definition at line 11 of file xgzp68xx.h.