cboswel / stopwatch

Embedded Systems Design Group Project
0 stars 0 forks source link

Debounce Investigation #6

Closed CharlieBoswell closed 5 months ago

CharlieBoswell commented 6 months ago

We're gonna probably have to debounce the buttons, and if we do we should get screengrabs of an oscilloscope trace of a button press. Good for the report, can inform how long we need to debounce for.

Have a microcontroller constantly updating a GPIO pin with the status of a button. Attach a probe and hit the button.

awillia123 commented 5 months ago

Finished and commited