#define soft_reset() \ do \ { \ wdt_enable(WDTO_15MS); \ for(;;) \ { \ } \ } while(0). For newer AVRs (such as the ATmega1281) also add this function to ...
確定! 回上一頁