第一次提交
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @file goodix.h
|
||||
* @goodix touch ic head file.
|
||||
*
|
||||
* @Copyright (c) 2022 Semidrive Semiconductor.
|
||||
* @All rights reserved.
|
||||
*
|
||||
**/
|
||||
|
||||
#ifndef GOODIX_DRV_H_
|
||||
#define GOODIX_DRV_H_
|
||||
|
||||
#include "touch_dev.h"
|
||||
|
||||
extern int goodix_touch_init(touch_dev_t *touch_dev);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user