加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pin.h 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
FredyXu 提交于 2020-12-18 14:53 . 版本更新
#ifndef _VAR_PIN_H
#define _VAR_PIN_H
// 引脚定义
// 蜂鸣器正极引脚
#define pin_bee 23
// 电键的引脚
// 手动建
#define pin_key 4
// 自动键
#define pin_key_da 4
#define pin_key_di 0
// 触摸引脚
#define pin_touch_1 T8 // GPIO 33
#define pin_touch_2 T9 // GPIO 32
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化