代码搜索:如何学习 PWm?
找到约 10,000 项符合「如何学习 PWm?」的源代码
代码结果 10,000
www.eeworm.com/read/347293/11676185
dbg pwm2_led.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR D:\AVR\我的程序\定时器0的快速PWM实验\
FILE cfg.h
FUNC port_init 98 fV
BLOCK 11 98
LINE 11 98
LINE 12 98
LINE 13 9C
BLOCKEND 0 9E
FUNCEND 9E
FUNC pwm_ini
www.eeworm.com/read/347144/11688741
bak pwm_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Z32R), 0x0004 // Tools: 'ARM-ADS'
Group (Startup)
Group (Initialisation)
Group (Application)
File 1,2,
www.eeworm.com/read/157282/11722452
h s12_pwm.h
/*****************************************************************************/
/* COPYRIGHT (c) MOTOROLA 2002 */
/*
www.eeworm.com/read/346727/11727847
txt msp430pwm.txt
//*******************************************************************************
// 描述:MSP430实现PWM。反映在LED灯上,可以看到LED灯的亮度不断变化
//
// ACLK= n/a, MCLK= SMCLK= default DCO ~ 800k
//
// MSP430F13x
//
www.eeworm.com/read/260397/11728840
h 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
www.eeworm.com/read/260397/11728846
c pwm_timer_b.c
/*******************************************************************************
文件名:pwm_timer_b.c
编写者:czhang
描述:使用定时器B进行PWM输出。输出的频率和占空比由串行口发送来的指令确定。
版本: 1.0 2005-2-20
***************************
www.eeworm.com/read/346448/11744957
bak pwm_uv2.bak
www.eeworm.com/read/346448/11744959