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
|