3 Star 1 Fork 2

鸿则/8052-clock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
common.h 202 Bytes
一键复制 编辑 原始数据 按行查看 历史
鸿则 提交于 2018-03-04 21:31 . 添加设置时间日期功能
#ifndef __COMMON__
// boolean 定义
#define true 1
#define false 0
// 电平定义
#define high 1
#define low 0
// 空操作
#define __nop__ \
__asm nop __endasm
#endif // __COMMON__
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/hungtcs/8052-clock.git
[email protected]:hungtcs/8052-clock.git
hungtcs
8052-clock
8052-clock
master

搜索帮助