Go to the source code of this file.
|
| namespace | esphome |
| | Providing packet encoding functions for exchanging data with a remote host.
|
| |
| namespace | esphome::sy6970 |
| |
|
| using | esphome::sy6970::SY6970VbusVoltageSensor = VoltageSensor<SY6970_REG_VBUS_VOLTAGE, 0x7F, VBUS_BASE_MV, VBUS_STEP_MV> |
| |
| using | esphome::sy6970::SY6970BatteryVoltageSensor = VoltageSensor<SY6970_REG_BATV, 0x7F, VBAT_BASE_MV, VBAT_STEP_MV> |
| |
| using | esphome::sy6970::SY6970SystemVoltageSensor = VoltageSensor<SY6970_REG_VINDPM_STATUS, 0x7F, VSYS_BASE_MV, VSYS_STEP_MV> |
| |
| using | esphome::sy6970::SY6970ChargeCurrentSensor = CurrentSensor<SY6970_REG_CHARGE_CURRENT_MONITOR, 0x7F, 0, CHG_CURRENT_STEP_MA> |
| |