代码搜索:PWm 开发教程

找到约 10,000 项符合「PWm 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/425214/10369730

c pwm.c

#include "LF2407REGS.h" void initsys(){ asm(" setc SXM "); asm(" clrc OVM "); asm(" clrc CNF "); *SCSR1=0x83fe; *WDCR =0x0e8; *IMR =0x000f; *IFR =0xffff; *WSGR =
www.eeworm.com/read/279866/10382802

h pwm.h

#ifndef _PWM_H_ #define _PWM_H_ #include /* common defines and macros */ #include /* derivative information */ void PWM_Init(void); #endif
www.eeworm.com/read/279866/10382813

c pwm.c

#include /* common defines and macros */ #include /* derivative information */ //PWM2,PWM3控制电机0与电机1,PB0,PB1分别控制其方向 void PWM_Init(void) { //PWME = PWME
www.eeworm.com/read/279865/10382949

h pwm.h

#ifndef _PWM_H_ #define _PWM_H_ #include /* common defines and macros */ #include /* derivative information */ void PWM_Init(void); #endif
www.eeworm.com/read/279865/10382960

c pwm.c

#include /* common defines and macros */ #include /* derivative information */ //PWM0,PWM1控制电机0与电机1,PB0,PB1分别控制其方向 void PWM_Init(void) { PWME = PWME
www.eeworm.com/read/424961/10389931

doc pwm.doc

www.eeworm.com/read/353931/10403893

c pwm.c

/**************************************************************************** * 文件名:PWM.C * 功能:使用PWM6输出PWM信号 ****************************************************************************/ #include
www.eeworm.com/read/353931/10404015

o pwm.o

www.eeworm.com/read/353931/10404048

o pwm.o

www.eeworm.com/read/353931/10404079

o pwm.o