即使使用下面的代码,我也无法弄清为什么digitalRead()的返回值为0(LOW)。 任何想法? void setup(){ Serial.begin(9600); pinMode(4,INPUT); } void loop(){ ...
確定! 回上一頁