ZhuangLab / storm-control

Microscope control software
Other
66 stars 68 forks source link

Added an arduino sketch for the construction of a simple debouncer #134

Closed jeffmoffitt closed 1 year ago

jeffmoffitt commented 1 year ago

FLIR cameras can be somewhat sensitive to external noise sources which can corrupt camera/shutters timing. One simple solution is to use a microprocessor to act as a debouncer. This approach is used routinely in the Moffitt lab with Adafruit's feather systems. This pull request adds the extremely simple sketch we use for this purpose.