代码搜索结果
找到约 10,000 项符合
PWM 的代码
pwm_16.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Ta
lpc2132pwm.txt
/******************************************************************/
PWM控制程序:
#include "config.h"
#include "new_key.h"
#include "lcd.h"
extern signed char num;
extern char keep_code[];
exter
pwm 电机控制实验.txt
//Main.c
//PWM电机控制程序,正反转,默认设置的工作频率1kHz
#include "global.c"
void SystemInit();
void PWM_Init() ;
void KickDog();
int numled0=200;
unsigned int t0=0;
unsigned int XPWM=0;
main()
pwm_ctrl_rom.v
/*
* pwm_ctrl_rom generated by KCAsm at Sat May 26 15:39:09 EDT 2007
*/
module pwm_ctrl_rom(address, instruction, clk);
input [9:0] address;
output [17:0] instruction;
input clk;
RAMB16_S18 ram_102
auto_pwm_rom.v
/*
* auto_pwm_rom generated by KCAsm at Sat May 26 15:39:04 EDT 2007
*/
module auto_pwm_rom(address, instruction, clk);
input [9:0] address;
output [17:0] instruction;
input clk;
RAMB16_S18 ram_102
pwm_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Ulink), 0x0005 // Tools: ''
Target (Simulation), 0x0005 // Tools: ''
Group (C source code)
Group (Assembler startup code)
pwm_adc.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (pwm_adc), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
pwm 电机控制实验.txt
//Main.c
//PWM电机控制程序,正反转,默认设置的工作频率1kHz
#include "global.c"
void SystemInit();
void PWM_Init() ;
void KickDog();
int numled0=200;
unsigned int t0=0;
unsigned int XPWM=0;
main()