标签:
其他频道 |
分类: 技术文章(电子) |
//2MS的方波这个应该可以
#include<reg51.h>
sbit P1_1=P1^0;
unsigned char num;
void main()
{
}
void timer0() interrupt 1 using
0//设置T/C0中断服务程序,1表示方式1
{
}
前一篇:C语言的延时计算(转,略有改动)
后一篇:11月18日用车手记(费)

加载中…