#include <avr/wdt.h>; void setup() {; wdt_enable(WDTO_1S); //eable watch dog & set restart timeout; // Valid delays: // WDTO_15MS ...
確定! 回上一頁