|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
General battery state. More...
#include <definitions.h>
Data Fields | |
| uint32_t | voltage_mv |
| Battery voltage (milliVolts) | |
| int32_t | current_ua |
| Battery current (microamps) (Negative = discharging) | |
| uint8_t | soc |
| State of charge (percent) | |
General battery state.
| int32_t tdf_battery_state::current_ua |
Battery current (microamps) (Negative = discharging)
| uint8_t tdf_battery_state::soc |
State of charge (percent)
| uint32_t tdf_battery_state::voltage_mv |
Battery voltage (milliVolts)