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