2025-10-13 21:53:43 +02: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();