Commit 2f80c580 authored by 957dd's avatar 957dd

update time

parent a93d07ee
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
No preview for this file type
......@@ -41,11 +41,11 @@ void *AppExit(void *arg)//2s程序,出现意外2s自动停止
unsigned char bufpwm2[3]={gtypeTemp,2,0};
unsigned char bufpwm3[3]={gtypeTemp,3,0};
unsigned char bufpwm4[3]={gtypeTemp,4,0};
Delay_Ms(0,100);
gPwmCount++;
if(gPwmCount>20)
Delay_Ms(0,100);
if(gPwmCount>4)
{
gPwmCount=21;
gPwmCount=5;
serial_Write(bufpwm1);
serial_Write(bufpwm2);
serial_Write(bufpwm3);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment