8 lines
123 B
C
8 lines
123 B
C
![]() |
#ifndef FML_TOUCH_H_
|
||
|
#define FML_TOUCH_H_
|
||
|
|
||
|
#define SLAVE_ADDR_TP 0x48U
|
||
|
extern void fml_touch_init(void);
|
||
|
|
||
|
#endif
|