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
49{
50public:
51 AXP202Core() = default;
52 ~AXP202Core() = default;
53
54private:
60 bool initImpl(uint8_t param) override;
61};
AXP202Core()=default
~AXP202Core()=default