Reset Interrupt
摘要
In this chapter, we begin our dive into the specific interrupts available on the ATmega328P by taking a look at the Reset interrupt. This is the interrupt which triggers when the board is powered on or reset in some manner, so it’s a good place to start our investigations. You will learn here how to determine why the board was reset but also how the bootloader installed on your board might just hide those details from you.