mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
9 lines
157 B
C++
9 lines
157 B
C++
#pragma once
|
|
|
|
#include <memory>
|
|
#include <Xpt2046Touch.h>
|
|
|
|
extern std::shared_ptr<Xpt2046Touch> touchInstance;
|
|
|
|
std::shared_ptr<Xpt2046Touch> createTouch();
|