void setup () { pinMode(9, OUTPUT); } void loop() { digitalWrite(9, 1); } ... I'm using mBlock 5.1.0 on Mac OS X 10.14.6 with an Arduino ...
確定! 回上一頁