who know how it should works wdt_enable(WDTO_8S, WDT_INTERRUPT_RESET);
I know only that interrupt will be first then reset. but how long time will pass after interrupt ?
should it immediately reseting after interrupt or should pass some time?
Arduino UNO and nano and leonardo and many other support second parametr, just need little bit modify enable function but question was not about that..