题目内容

将一个单片机引脚定义P3.0,定义为位变量LED,应写做: bit LED=P3^0;

A. 对
B. 错

查看答案
更多问题

将一个单片机引脚定义P3.0,定义为位变量LED,应写做: sbit led=P3^0;

A. 对
B. 错

将一个单片机引脚定义P3.0,定义为位变量LED,应写做: sbit LED=P3^3;

A. 对
B. 错

给一个位变量led,赋值为1,应写做:led=1;

A. 对
B. 错

给一个位变量led,赋值为1,应写做:led=0;

A. 对
B. 错

答案查题题库