Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources
This commit is contained in:
14
sdk/include/lib/touch/cst226se.h
Normal file
14
sdk/include/lib/touch/cst226se.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user