{
while(1)
{
P0 = 0x01;
Delay(100);
P0 = 0x00;
Delay(100);
}
}
单片机LED闪烁
最新推荐文章于 2025-05-31 18:38:53 发布
{
while(1)
{
P0 = 0x01;
Delay(100);
P0 = 0x00;
Delay(100);
}
}