#include <avr/wdt.h> void setup() { pinMode(13,OUTPUT); wdt_enable(WDTO_2S); //開啟看門狗,並設定溢位時間為兩秒 } void loop() ...
確定! 回上一頁