7 Star 41 Fork 20

ECBM工作室/ECBM库精简版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.c 177 Bytes
一键复制 编辑 原始数据 按行查看 历史
奈特 提交于 2021-09-15 00:50 . 确认一遍
#include "ecbm_core.h" //加载库函数的头文件。
void main(){ //main函数,必须的。
system_init(); //系统初始化函数,也是必须的。
while(1){
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/ecbm/ecbm-library-lite.git
[email protected]:ecbm/ecbm-library-lite.git
ecbm
ecbm-library-lite
ECBM库精简版
master

搜索帮助