1-دو ماکرو ساده برای ریست نرم افزاری AVR
[code=c]#define RESET() (((void(*)(void))(char *)0x0000)())
#define RESET() ((void(*)())0x0)()[...