mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
14 lines
160 B
C
14 lines
160 B
C
#pragma once
|
|
|
|
#include "touch.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern TouchDriver board_2432s024_create_touch_driver();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|