代码搜索结果
找到约 10,000 项符合
PWM 的代码
pwm8_1.inc
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: PWM8_1.inc
;; Version
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_timer_b.h
#ifndef __PWM_TIMER_B
#define __PWM_TIMER_B
void TimerBInit();
void SetScale(unsigned int sc);
void SetFre(unsigned int fre);
unsigned char GoPwm(unsigned char doit);
#endif
pwm_timer_b.c
/*******************************************************************************
文件名:pwm_timer_b.c
编写者:czhang
描述:使用定时器B进行PWM输出。输出的频率和占空比由串行口发送来的指令确定。
版本: 1.0 2005-2-20
***************************
pwm0_led.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
pwm0_led.prj
[Compiler Options]
Edit1=D:\AVR\icc\include\
Edit2=D:\AVR\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=16384
Edit10=1024
ComboBox2=9
RadioGro
pwm0_led.src
[Files]
main.c
[Headers]
cfg.h
[Documents]