14 lines
303 B
C
14 lines
303 B
C
#ifndef __CST226SE_H_
|
|
#define __CST226SE_H_
|
|
|
|
#include "basic_include.h"
|
|
#include "hal/i2c.h"
|
|
#include "app_iic/app_iic.h"
|
|
#include "lib/touch/hyn_core.h"
|
|
#include "lib/touch/touch_pad.h"
|
|
|
|
void cst226se_init();
|
|
void *cst226se_get_multipoint_xy();
|
|
uint32_t cst226se_free_multipoint_xy(void *data);
|
|
|
|
#endif |