代码搜索结果

找到约 10,000 项符合 PWM 的代码

pwm.h

#ifndef _PWM_H_ #define _PWM_H_ #include /* common defines and macros */ #include /* derivative information */ void PWM_Init(void); #endif

pwm.c

#include /* common defines and macros */ #include /* derivative information */ //PWM0,PWM1控制电机0与电机1,PB0,PB1分别控制其方向 void PWM_Init(void) { PWME = PWME

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