ss

Dependencies:   MotionSensor mbed

Fork of Assignment2_ver2 by weeb grammers

Revision:
3:641eefd1110b
Parent:
2:e2ae43e8acab
Child:
7:6dc42e1a2a81
--- a/Hardware.h	Mon Oct 24 01:11:37 2016 +0000
+++ b/Hardware.h	Wed Oct 26 21:17:17 2016 +0000
@@ -1,9 +1,12 @@
 #include <string>
 using namespace std;
+#include "mbed.h"
 
-#ifndef PACEHEART_H
-#define PACEHEART_H
+#ifndef HARDWARE_H
+#define HARDWARE_H
 
 int get_();
 
+extern DigitalOut output_pin_A;
+extern DigitalOut output_pin_V;
 #endif
\ No newline at end of file