PaxInstruments / labwiz-board

A development board based on the STM32 series processors specifically targeting the STM32F103RxT series.
4 stars 2 forks source link

Button debounce #36

Closed charlespax closed 8 years ago

charlespax commented 8 years ago

We should debounce the buttons in hardware, so we don't have to deal with software debouncing. Use the calculator at http://protological.com/debounce-calaculator/. Read this write up for more information. debounce

charlespax commented 8 years ago

Done. screen shot 2016-08-16 at 00 08 02