用c语言做单片机at89c51控制一盏led灯亮程序图片

如题所述

#include<reg52.h>
sbit d0=P1^1;
void main (void)
{
d0=0;

while (1)
{

}
}
温馨提示:答案为网友推荐,仅供参考
相似回答