8 lines
123 B
C
Raw Normal View History

2025-05-21 11:31:07 +08:00
#ifndef FML_TOUCH_H_
#define FML_TOUCH_H_
#define SLAVE_ADDR_TP 0x48U
extern void fml_touch_init(void);
#endif