hack gt final code

Dependencies:   4DGL-uLCD-SE BMP085 PinDetect SDFileSystem mbed wave_player

Revision:
8:0620e2461b3a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Heart.h	Sun Sep 21 01:38:00 2014 +0000
@@ -0,0 +1,11 @@
+class Heart {
+    public:
+    Heart();
+    void sample();
+    void startReading();
+    void stopReading();
+    void reset();
+    bool beatDetected();
+    int beatsCounted();
+    int Signal;
+};
\ No newline at end of file