代码搜索结果
找到约 12,595 项符合
PWM 的代码
pwm.h
//PWM.h : header file for the PWM project
//
#ifndef _PWM_H_
#define _PWM_H_
#ifndef __AVR_ATmega88__
#define __AVR_ATmega88__
#endif
#define __MCU_CLOCK_FREQUENCY__ _8.0000_MHz
#inclu
pwm.apj
AtmanAvr Project File, Format Version 5.00
# WARNING: DO NOT EDIT OR DELETE THIS PROJECT FILE!
NAME="PWM"
TARGTYPE=0x0101 "Application"
MACHINE="ATmega8"
CLOCKFREQ="8.0000 MHz"
EXTRAM="0"
CFG
pwm.aws.001
AtmanAvr Workspace File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-----------------------------------------------------------------
WORKSPACENAME=PWM
PROJECTCO
pwm.aws
AtmanAvr Workspace File, Format Version 5.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
################################################################################
Project: "PWM
pwm.h
/*----------------------------------------------------------------------------
* Name: PWM.H
* Purpose: PWM
* Version: V1.10
*-----------------------------------------------
pwm.c
#include /* LPC214x definitions */
//-------- > -----------------
//
//
/*
// 使用PWM
// PWM通道
//
pwm.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="pwm"
ProjectDir="C:\ti\myprojects\pwm\"
ProjectType=Executable
CPUFamily=TMS320C28X
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 tiny.c
#include
#include
#include
#include
volatile int pwm = 0; /* Note [1] */
volatile uint8_t direction;
SIGNAL (SIG_OVERFLOW0) /* Note [
pwm.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="e:\bak\mission11\exp3\software_2407\normal\exp3_11_pwm\pwm\"
ProjectType=Executable
C