1 Star 0 Fork 1

zhanggong/IoT_2G4_Send

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
time.c 349 Bytes
一键复制 编辑 原始数据 按行查看 历史
zgYaoDao 提交于 2015-12-21 12:29 . init
#include "time.h"
#include "ver.h"
void pdelay(char t)
{
while(t!=0){
t--;
}
}
//100usһж
void Timer0_ISR() interrupt 1
{
timer0_xbase++;
if(timer0_xbase==10){
timer0_xbase=0;
if(mt7681_wdt)
mt7681_wdt--;
if(Timer_Delay1)
Timer_Delay1--;
}
}
void Wait_mSec(uint16 x){
Timer_Delay1 = x;
while(Timer_Delay1);
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zhanggong/IoT_2G4_Send.git
git@gitee.com:zhanggong/IoT_2G4_Send.git
zhanggong
IoT_2G4_Send
IoT_2G4_Send
master

搜索帮助