├── SwitchWithSoftwareDebouncingDelay.c ├── SwitchWithSoftwareDebouncingInterrupt.c ├── SwitchWithSoftwareDebouncingInterruptAveraging.c ├── SwitchWithSoftwareDebouncingNoDelay.c ├── SwitchWithoutDebouncing.c ├── circuit for switch debouncing examples.png └── readme.txt /SwitchWithSoftwareDebouncingDelay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrocontrollersAndMore/Atmel_Programming_Tutorial_9_Switch_Debouncing/HEAD/SwitchWithSoftwareDebouncingDelay.c -------------------------------------------------------------------------------- /SwitchWithSoftwareDebouncingInterrupt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrocontrollersAndMore/Atmel_Programming_Tutorial_9_Switch_Debouncing/HEAD/SwitchWithSoftwareDebouncingInterrupt.c -------------------------------------------------------------------------------- /SwitchWithSoftwareDebouncingInterruptAveraging.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrocontrollersAndMore/Atmel_Programming_Tutorial_9_Switch_Debouncing/HEAD/SwitchWithSoftwareDebouncingInterruptAveraging.c -------------------------------------------------------------------------------- /SwitchWithSoftwareDebouncingNoDelay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrocontrollersAndMore/Atmel_Programming_Tutorial_9_Switch_Debouncing/HEAD/SwitchWithSoftwareDebouncingNoDelay.c -------------------------------------------------------------------------------- /SwitchWithoutDebouncing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrocontrollersAndMore/Atmel_Programming_Tutorial_9_Switch_Debouncing/HEAD/SwitchWithoutDebouncing.c -------------------------------------------------------------------------------- /circuit for switch debouncing examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrocontrollersAndMore/Atmel_Programming_Tutorial_9_Switch_Debouncing/HEAD/circuit for switch debouncing examples.png -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- 1 | The video pretty much explains it all: 2 | https://www.youtube.com/watch?v=OH_Dvtqrlnk --------------------------------------------------------------------------------