sparkfun / AD8232_Heart_Rate_Monitor

AD8232 Heart Rate Monitor
Other
178 stars 190 forks source link

Fix bugs on Processing Script #24

Open franzbischoff opened 3 years ago

franzbischoff commented 3 years ago

1) Reduced the size of the array to compute the average BPM 2) Fix indentations 3) Fix the bug when calculateBPM() gets diff equals to zero 4) Increase the window size for a better view 5) Fix the "Ariel" font to "Arial" 6) Fix the value that should be displayed on the BPM text box 7) Add xPos_i variable to allow increase the horizontal speed (1 still the default)

franzbischoff commented 3 years ago

ping