SensorLib
0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
Loading...
Searching...
No Matches
AXP202Core.hpp
Go to the documentation of this file.
1
44
#pragma once
45
#include "../../../platform/comm/I2CDeviceWithHal.hpp"
46
#include "../axp1xx/AXP1xxCore.hpp"
47
48
class
AXP202Core
:
public
I2CDeviceWithHal
49
{
50
public
:
51
AXP202Core
() =
default
;
52
~AXP202Core
() =
default
;
53
54
private
:
60
bool
initImpl(uint8_t param)
override
;
61
};
AXP202Core
Definition
AXP202Core.hpp:49
AXP202Core::AXP202Core
AXP202Core()=default
AXP202Core::~AXP202Core
~AXP202Core()=default
I2CDeviceWithHal
Definition
I2CDeviceWithHal.hpp:34
src
pmic
xpowers
axp202
AXP202Core.hpp
Generated by
1.9.8