Mechatronics
Documentation for ME 405 labs
Button.py File Reference

Button helper class for grabbing reaction times. More...

Classes

class  Button.Button
 A button class that reports precisely when it is pressed. More...
 

Detailed Description

Button helper class for grabbing reaction times.

This button was largely copied from a Simon Says project from ME 305, however with minor changes in functionality. Now instead of reporting the duration of each button press, it simply reports the precise time of presses (and releases) to its creator (if requested).

Author
Tyler Olson
Date
April 30, 2021