h

Dependencies:   mbed

Fork of HelloWorld by judo ~

Revision:
3:641eefd1110b
Parent:
2:e2ae43e8acab
Child:
5:afabac4fce1b
--- 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