2025-11-13 23:50:43 +01:00

10 lines
162 B
C++

#pragma once
#include <Axp192.h>
bool initAxp();
// Must call initAxp() first before this returns a non-nullptr response
std::shared_ptr<Axp192> getAxp192();