├── Any_Pin_Interrupt.c ├── ButtonPressWithLag.c ├── INT_Pin_Interrupt.c ├── circuit for external interrupt examples.png └── readme.txt /Any_Pin_Interrupt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrocontrollersAndMore/Atmel_Programming_Tutorial_5_External_Interrupts/HEAD/Any_Pin_Interrupt.c -------------------------------------------------------------------------------- /ButtonPressWithLag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrocontrollersAndMore/Atmel_Programming_Tutorial_5_External_Interrupts/HEAD/ButtonPressWithLag.c -------------------------------------------------------------------------------- /INT_Pin_Interrupt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrocontrollersAndMore/Atmel_Programming_Tutorial_5_External_Interrupts/HEAD/INT_Pin_Interrupt.c -------------------------------------------------------------------------------- /circuit for external interrupt examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrocontrollersAndMore/Atmel_Programming_Tutorial_5_External_Interrupts/HEAD/circuit for external interrupt examples.png -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- 1 | The video pretty much explains it all: 2 | https://www.youtube.com/watch?v=5-D_I4aGT-I --------------------------------------------------------------------------------