hack gt final code

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

Committer:
otis22894
Date:
Wed Sep 28 00:16:16 2016 +0000
Revision:
14:23390a020d1c
Parent:
8:0620e2461b3a
initial commit;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
otis22894 8:0620e2461b3a 1 class Heart {
otis22894 8:0620e2461b3a 2 public:
otis22894 8:0620e2461b3a 3 Heart();
otis22894 8:0620e2461b3a 4 void sample();
otis22894 8:0620e2461b3a 5 void startReading();
otis22894 8:0620e2461b3a 6 void stopReading();
otis22894 8:0620e2461b3a 7 void reset();
otis22894 8:0620e2461b3a 8 bool beatDetected();
otis22894 8:0620e2461b3a 9 int beatsCounted();
otis22894 8:0620e2461b3a 10 int Signal;
otis22894 8:0620e2461b3a 11 };