14 lines
165 B
C
14 lines
165 B
C
#pragma once
|
|
|
|
#include "nb_touch.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern NbTouchDriver board_2432s024_create_touch_driver();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|