Files
tactility/Boards/CYD-E32R32P/Source/devices/Power.h
T
2025-10-27 19:59:53 +01:00

7 lines
138 B
C++

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