The Arduino development environment comes with the basic example code to blink a LED: void setup() { pinMode(13, OUTPUT); }. void loop() {
確定! 回上一頁