代码搜索:PWm 开发教程
找到约 10,000 项符合「PWm 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/425726/10333396
dni pwm.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
TypeVolition=1
UnspecRange=1
ActionState=1
[State Storage]
Control Register=0
[Sequencer]
Control Register=0
NextState0=0
NextState1=0
[Action
www.eeworm.com/read/425726/10333431
txt pwm.txt
@8000
31 40 00 06 3C 40 00 02 3E 40 13 00 B0 12 0C 83
B0 12 6C 82 B0 12 1E 83 30 40 1C 80 FF 3F 0A 12
4D 43 4F 43 03 3C 6D 5C 1C 53 5F 53 3F F0 FF 00
4A 4E 3A F0 FF 00 3A 53 0F 9A F5 3B 1F 41 04 0
www.eeworm.com/read/354610/10342413
c pwm.c
//模块:PWM.C
//功能:PWM解码模块
//晶振:24.000MHz
//芯片: STC12C5412AD
//版本:V1.0.0
//设计:魏广寅
//日期:2007.4.10
#include "stc12c5412ad.h"
#define uchar unsigned char
#define uint unsigned int
#define CNT
www.eeworm.com/read/280227/10345695
h pwm.h
extern void PWM_Func(void);
extern void InputPwmValue(void);
extern void InitPWM01(void);
extern void SetPWM01(INT16U period, INT16U duty);
#define StartPWM01() {PWME_PWME1 = 1;}
#define