Files
tactility/Devices/m5stack-tab5/Source/devices/Power.h
T
2026-05-28 23:31:25 +02:00

7 lines
138 B
C++

#pragma once
#include <memory>
#include <Tactility/hal/power/PowerDevice.h>
std::shared_ptr<tt::hal::power::PowerDevice> createPower();