代码搜索:方波逆变
找到约 4,865 项符合「方波逆变」的源代码
代码结果 4,865
www.eeworm.com/read/20198/834033
plg 方波1k.plg
礦ision Build Log
Project:
C:\Users\acer\Desktop\电赛\方波1k.uvproj
Project File Date: 08/07/2013
Output:
compiling 1k.c...
1k.c - 0 Error(s), 0 W
www.eeworm.com/read/20198/834053
ms10 方波2.ms10
www.eeworm.com/read/28786/872833
产生200ms方波
www.eeworm.com/read/28786/873522
产生1ms方波
www.eeworm.com/read/28786/873888
产生多路不同频率方波
www.eeworm.com/read/27652/987445
_c 2k方波._c
#include
#include
#define uchar unsigned char
#define uint unsigned int
void main()
{
DDRD|=0X30;
TCCR1A=0X50;
TCCR1B=0X09;
OCR1A=1999;
}
www.eeworm.com/read/27652/987447
c 2k方波.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
void main()
{
DDRD|=0X30;
TCCR1A=0X50;
TCCR1B=0X09;
OCR1A=1999;
}
//