Files
2026-01-12 18:46:01 +08:00

18 lines
269 B
C

/**
* @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