SensorLib
0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
Loading...
Searching...
No Matches
AXP192Core.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
AXP192Core
:
public
I2CDeviceWithHal
49
{
50
public
:
51
AXP192Core
() =
default
;
52
~AXP192Core
() =
default
;
53
54
private
:
55
bool
initImpl(uint8_t param)
override
;
56
};
AXP192Core
Definition
AXP192Core.hpp:49
AXP192Core::~AXP192Core
~AXP192Core()=default
AXP192Core::AXP192Core
AXP192Core()=default
I2CDeviceWithHal
Definition
I2CDeviceWithHal.hpp:34
src
pmic
xpowers
axp192
AXP192Core.hpp
Generated by
1.9.8