Heart rate monitor keeps you informed and indeed helps you monitor your heart rate all the time with which you can protect yourself from being prone to heart attacks or any abnormal heart functionality.

Dependencies:   ESP8266 GroveEarbudSensor mbed

Fork of Heart-rate-monitor by Sarada Gajjala

Revision:
4:df7309612854
Parent:
0:1358c23ecb2e
Child:
5:f1b55ff3cda0
--- a/main.cpp	Thu Sep 25 22:14:41 2014 +0000
+++ b/main.cpp	Fri Sep 26 02:39:13 2014 +0000
@@ -21,7 +21,8 @@
 #include "mbed.h"
 
 // Console
-Serial pc(USBTX,USBRX);
+#include "BufferedSerial.h"
+BufferedSerial pc(USBTX,USBRX);
 
 // Blinky
 DigitalOut led(LED1);