#include "avr/wdt.h" void setup() { wdt_enable(WDTO_4S); } void loop() { wdt_reset(); }. Table with constants for wdt_enable function.
確定! 回上一頁