ss

Dependencies:   MotionSensor mbed

Fork of Assignment2_ver2 by weeb grammers

Revision:
7:6dc42e1a2a81
Parent:
3:641eefd1110b
--- a/Hardware.h	Mon Nov 14 22:47:00 2016 +0000
+++ b/Hardware.h	Tue Nov 29 20:21:45 2016 +0000
@@ -1,12 +1,13 @@
 #include <string>
 using namespace std;
 #include "mbed.h"
-
+#include "PaceHeart.h"
 #ifndef HARDWARE_H
 #define HARDWARE_H
 
-int get_();
-
 extern DigitalOut output_pin_A;
 extern DigitalOut output_pin_V;
+void Check_serial(Serial &pc,PaceHeart &Pacer);
+void Output_A(double amp,double wid);
+void Output_V(double amp,double wid);
 #endif
\ No newline at end of file