Rename Boards/ to Devices/ (#414)
This commit is contained in:
committed by
GitHub
parent
c7c9618f48
commit
c1ff024657
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <Xpt2046Touch.h>
|
||||
|
||||
extern std::shared_ptr<Xpt2046Touch> touchInstance;
|
||||
|
||||
std::shared_ptr<Xpt2046Touch> createTouch();
|
||||
Reference in New Issue
Block a user