SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
Loading...
Searching...
No Matches
PmicBc12Base::Result Struct Reference

#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)
 

Detailed Description

Definition at line 58 of file PmicBc12Base.hpp.

Member Data Documentation

◆ detecting

bool PmicBc12Base::Result::detecting = false

detection in progress

Definition at line 59 of file PmicBc12Base.hpp.

Referenced by AXP517Bc12::readResult().

◆ raw

uint8_t PmicBc12Base::Result::raw = 0

raw code from PMIC (chip-specific)

Definition at line 61 of file PmicBc12Base.hpp.

◆ type

PortType PmicBc12Base::Result::type = PortType::Unknown

Definition at line 60 of file PmicBc12Base.hpp.

Referenced by loop().


The documentation for this struct was generated from the following file: