Type out the code. #define LED 13 // LED connected to // digitial pin 13. void setup() { pinMode(LED, OUTPUT); } void loop() { ...
確定! 回上一頁