mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
6 lines
120 B
C++
6 lines
120 B
C++
#pragma once
|
|
|
|
#include <Tactility/hal/power/PowerDevice.h>
|
|
|
|
std::shared_ptr<tt::hal::power::PowerDevice> createPower();
|