mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
10 lines
162 B
C++
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();
|
|
|