代码搜索结果
找到约 10,000 项符合
PWM 的代码
motor_pwm_text.c
#include "p89v51rx2.h"
#include "constant_type.h"
#include "delay.h"
#include "global.h"
#include "lcd.h"
#include "pca.h"
#include "ir_sensor.h"
void main()
{
u08 num=0;
LCD_Init();
L
motor_pwm_text.lst
C51 COMPILER V8.02 MOTOR_PWM_TEXT 03/22/2008 01:44:30 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE MOTOR_PWM_TEXT
OBJECT MODULE PL
motor_pwm_text.c
#include "p89v51rx2.h"
#include "constant_type.h"
#include "delay.h"
#include "global.h"
#include "lcd.h"
#include "pca.h"
void main()
{
LCD_Init();
LCD_clear();
LCD_write_string(0,5,"s
pwm4.vhd.bak
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity pwm4 is
port(dout:in std_logic_vector(7 downto 0);
pwm4:out std_logic);
end;
architecture one of pwm4 is
be
pwm3.vhd.bak
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity pwm3 is
port(dout:in std_logic_vector(7 downto 0);
pwm3:out std_logic);
end;
architecture one of pwm3 is
be
pwm_reg.cspy.bat
@REM This bat file has been generated by the IAR Embeddded Workbench
@REM C-SPY interactive debugger,as an aid to preparing a command
@REM line for running the cspybat command line utility with the
timermode6_pwm.plg
礦ision2 Build Log
Project:
I:\CDROM\LPC900\KEIL\c51\Examples\LPC9xx\TimerMode6_PWM\TimerMode6_PWM.uv2
Project File Date: 02/25/2003
Output:
timermode6_pwm.c
// timermode6_pwm.c
// Christian Kulig, 10/29/02
//
// This sample creates a PWM signal on port P0.7 using a standard timer.
// It sets up the mode 6 (PWM mode) and varies the duty cycle.
#in
timermode6_pwm.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }