sparkfun / AD8232_Heart_Rate_Monitor

AD8232 Heart Rate Monitor
Other
186 stars 190 forks source link

Printing BPM #20

Open Garyb4321 opened 4 years ago

Garyb4321 commented 4 years ago

Line 81 of the Processing sketch should be text("BPM: " + BMP, 15, 10); rather than text("BPM: " + inByte, 15, 10);

Also, in calculateBPM (), averaging 500 beats is a bit unresponsive. 10 would be more reasonable.