shortcircuitaudio / debounce-avr

Example of button debounce using a timer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Button Debounce on AVR Microcontrollers

A simple example of button debounce on AVR using a timer in CTC mode.

Read the explanation on the short circuit audio website.

About

Example of button debounce using a timer


Languages

Language:CMake 76.4%Language:C 23.6%