代码搜索结果
找到约 10,000 项符合
PWM 的代码
pwm.lst
C51 COMPILER V7.02b PWM 12/10/2005 20:24:09 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE PWM
OBJECT MODULE PLACED IN PW
pwm.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/****************************************
pwm.h
#ifndef __Pwm_H__
#define __Pwm_H__
void Test_Pwm(void);
#endif /*__PWM_H__*/
pwm.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#define READ_COUNT2 (rTCNTO2 & 0xffff)
#define MaxBeepFreq 900
#define MinBeepFreq 100
extern int Uart_GetIntNum(void)
pwm.h
#ifndef __PWM_H__
#define __PWM_H__
#endif
pwm.lst
C51 COMPILER V8.01 PWM 09/29/2007 18:33:53 PAGE 1
C51 COMPILER V8.01, COMPILATION OF MODULE PWM
OBJECT MODULE PLACED IN PWM