1 Star 0 Fork 0

tennysonsky/STC8_USBCDC

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Delay.h 919 Bytes
一键复制 编辑 原始数据 按行查看 历史
mikejiangsky 提交于 2024-01-09 11:49 . first commit
/*---------------------------------------------------------------------*/
/* --- STC MCU Limited ------------------------------------------------*/
/* --- STC 1T Series MCU Demo Programme -------------------------------*/
/* --- Mobile: (86)13922805190 ----------------------------------------*/
/* --- Fax: 86-0513-55012956,55012947,55012969 ------------------------*/
/* --- Tel: 86-0513-55012928,55012929,55012966 ------------------------*/
/* --- Web: www.STCAI.com ---------------------------------------------*/
/* --- BBS: www.STCAIMCU.com -----------------------------------------*/
/* --- QQ: 800003751 -------------------------------------------------*/
/* 如果要在程序中使用此代码,请在程序中注明使用了STC的资料及程序 */
/*---------------------------------------------------------------------*/
#ifndef __DELAY_H
#define __DELAY_H
#include "config.h"
void delay_ms(unsigned char ms);
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/tennysonsky/stc8_usbcdc.git
git@gitee.com:tennysonsky/stc8_usbcdc.git
tennysonsky
stc8_usbcdc
STC8_USBCDC
master

搜索帮助