#fc4e.tmp
来自「单片机输出PWM波形电机驱动 mc338865」· TMP 代码 · 共 8 行
TMP
8 行
#ifndef __PWM_TIMER_B
#define __PWM_TIMER_B
void TimerBInit();
unsigned char GoPwm(unsigned char doit, unsigned int s_iFre, unsigned int s_iScale);
#endif