while(1)
{
GPIO_SetBits(GPIOG, GPIO_Pin_1);
//延时1ms的程序
for(count =0 ; count < 6; count++)
{
for(i = 0; i < 1000; i++);
}
//SET TO LOW
GPIO_ResetBits(GPIOG, GPIO_Pin_1);
//延时1ms的程序
for(count =0 ; count < 6; count++)
{
for(i = 0; i < 1000; i++);
}
}
while(1)
{
GPIO_SetBits(GPIOG, GPIO_Pin_1);
//延时1ms的程序
for(count =0 ; count < 1; count++)
{
for(i = 0; i < 6000; i++);
}
GPIO_ResetBits(GPIOG, GPIO_Pin_1);
//延时1ms的程序
for(count =0 ; count <1; count++)
{
for(i = 0; i < 6000; i++);
}
}
修改参数之后,用示波器观察G1脚
,发现差异很大,这是什么原因呢?
一周热门 更多>