2812 PWM波程序

2019-08-01 20:16发布

#include "DSP28_Device.h"unsigned int Send_Flag;
unsigned int i;
void DelayNmSec(int N)
{
unsigned int j;
while(N--)
for(j=0;j<65535;j++);
}
interrupt void T1PINT_ISR(void)
{
strg[0]=105;
length=5;
length--;
Tx=(unsigned char*)strg;
if(le
0条回答

一周热门 更多>