AVR basics: pin change interruptsInterrupts on AVR 8-bit microcontrollers are powerful and versatile, especially when combined with timers.This article focuses on 'pin change' interrupts, providing a basic understanding and practical applications.The examples in the article are based on the ATMEGA328P chip, commonly used in Arduino/Genuino Uno.