公告板
版本库
filestore
活动
搜索
登录
main
/
F030C8T6_Kbus_MIX
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
add UltraSonic and MultiWireLess
QuakeGod
2024-11-25
9aed5d7e7b3c7bf09da712e9c272ece401a7acc9
[F030C8T6_Kbus_MIX.git]
/
KSingleLineBus
/
user
/
delay.h
1
2
3
4
5
6
7
8
9
10
#ifndef __DELAY_H_
#define __DELAY_H_
void Delay1ms();
void Delay_ms(unsigned int n);
#endif