mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-23 12:38:54 +00:00
23 lines
447 B
C
23 lines
447 B
C
/*
|
|
* Copyright (c) 2024, ArtInChip Technology Co., Ltd
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Notes
|
|
* 2024-11-18 the first version
|
|
*/
|
|
|
|
#ifndef __C123HAX022_H__
|
|
#define __C123HAX022_H__
|
|
|
|
#include <aic_hal_gpio.h>
|
|
#include <aic_drv_gpio.h>
|
|
#include "drivers/touch.h"
|
|
|
|
#define C123HAX022_SALVE_ADDR 0x2C
|
|
#define C123HAX022_MAX_TOUCH 5
|
|
#define C123HAX022_POINT_LEN 7
|
|
|
|
#endif
|