代码搜索:如何学习 PWm?
找到约 10,000 项符合「如何学习 PWm?」的源代码
代码结果 10,000
www.eeworm.com/read/290486/8480640
aws pwm.aws
AtmanAvr Workspace File, Format Version 5.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
################################################################################
Project: "PWM
www.eeworm.com/read/290486/8480643
c pwm.c
//PWM.c : source file for the PWM project
//
#include "PWM.h"
#include "PWMADC.h"
#include "PWMTimer.h"
/////////////////////////////////////////////////////////////////////////////
//PWM
www.eeworm.com/read/189154/8487738
h pwm.h
/*----------------------------------------------------------------------------
* Name: PWM.H
* Purpose: PWM
* Version: V1.10
*-----------------------------------------------
www.eeworm.com/read/189154/8487748
c pwm.c
#include /* LPC214x definitions */
//-------- > -----------------
//
//
/*
// 使用PWM
// PWM通道
//
www.eeworm.com/read/189154/8487872
o pwm.o
www.eeworm.com/read/389586/8512752
paf pwm.paf
www.eeworm.com/read/389586/8512810
pjt 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
www.eeworm.com/read/389586/8512854
wks pwm.wks
www.eeworm.com/read/389396/8524405
h pwm.h
#ifndef _PWM_H_
#define _PWM_H_
void SetPWM(uchar chan, uchar ratio, unsigned int frequency);
void PWM_Init(void);
void SetFrequency(uchar chan, unsigned int frequency);
void Frequency_2000Hz(v
www.eeworm.com/read/188266/8554369