#include <avr/wdt.h>; const int ledPin = 13; // 定义LED管脚; void setup() {; pinMode(ledPin, OUTPUT);; wdt_enable(WDTO_1S);; }; void loop() ...
確定! 回上一頁