代码搜索结果
找到约 10,000 项符合
PWM 的代码
pwm.h
void init_tc1_pwm(void)
{
OCR1AL=OCR1BL=125;
PORTB|=(1
pwm.h
#ifndef __PWM_H
#define __PWM_H
/* PIC18 PWM peripheral routines. */
/* There are five library modules, corresponding to register names:
* PWM1 (CCPCON1)
* PWM2 (CCPCON2)
* PWM3 (CC
pwm.asm
;FIFILENAME:PWM.ASM
;内容:PWM脉宽调制(小直流电机转速控制实验)
PORT1 EQU 290H
PORT2 EQU 28BH
PORT3 EQU 28AH
DATA SEGMENT
BUF1 DW ?
BUF2 DW
pwm.h
#ifndef __Pwm_H__
#define __Pwm_H__
void Test_Pwm(void);
#endif /*__PWM_H__*/