|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
#include <PmicBc12Base.hpp>
Public Attributes | |
| bool | detecting = false |
| detection in progress | |
| PortType | type = PortType::Unknown |
| uint8_t | raw = 0 |
| raw code from PMIC (chip-specific) | |
Definition at line 58 of file PmicBc12Base.hpp.
| bool PmicBc12Base::Result::detecting = false |
detection in progress
Definition at line 59 of file PmicBc12Base.hpp.
Referenced by AXP517Bc12::readResult().
| uint8_t PmicBc12Base::Result::raw = 0 |
raw code from PMIC (chip-specific)
Definition at line 61 of file PmicBc12Base.hpp.
| PortType PmicBc12Base::Result::type = PortType::Unknown |
Definition at line 60 of file PmicBc12Base.hpp.
Referenced by loop().