Add initial support for LilyGO T-HMI S3 with device configuration and… (#509)
This commit is contained in:
committed by
GitHub
parent
33caf09856
commit
2426c387eb
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <Tactility/hal/power/PowerDevice.h>
|
||||
#include <driver/gpio.h>
|
||||
|
||||
constexpr auto THMI_S3_POWEREN_GPIO = GPIO_NUM_10;
|
||||
constexpr auto THMI_S3_POWERON_GPIO = GPIO_NUM_14;
|
||||
|
||||
std::shared_ptr<tt::hal::power::PowerDevice> createPower();
|
||||
Reference in New Issue
Block a user