|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
Basic battery gauge status registers. More...
#include <AXP517Regs.hpp>
Static Public Attributes | |
| static constexpr uint8_t | BAT_PARAM = 0x70 |
| Battery parameter. | |
| static constexpr uint8_t | FUEL_GAUGE_CTRL = 0x71 |
| Fuel gauge control. | |
| static constexpr uint8_t | BAT_TEMP = 0x72 |
| Battery temperature (RO) | |
| static constexpr uint8_t | BAT_SOH = 0x73 |
| Battery SOH (RO) | |
| static constexpr uint8_t | BAT_PERCENT = 0x74 |
| Battery percentage (RO) | |
Basic battery gauge status registers.
Definition at line 144 of file AXP517Regs.hpp.
|
staticconstexpr |
Battery parameter.
Definition at line 145 of file AXP517Regs.hpp.
|
staticconstexpr |
Battery percentage (RO)
Definition at line 149 of file AXP517Regs.hpp.
Referenced by AXP517Adc::read().
|
staticconstexpr |
Battery SOH (RO)
Definition at line 148 of file AXP517Regs.hpp.
|
staticconstexpr |
Battery temperature (RO)
Definition at line 147 of file AXP517Regs.hpp.
Referenced by AXP517Adc::read().
|
staticconstexpr |
Fuel gauge control.
Definition at line 146 of file AXP517Regs.hpp.