ss

Dependencies:   mbed

Fork of Assignment2 by judo ~

Revision:
3:641eefd1110b
Parent:
2:e2ae43e8acab
Child:
4:f0a11480f39f
--- a/Hardware.cpp	Mon Oct 24 01:11:37 2016 +0000
+++ b/Hardware.cpp	Wed Oct 26 21:17:17 2016 +0000
@@ -1,1 +1,5 @@
-#include "Hardware.h"
\ No newline at end of file
+#include "Hardware.h"
+#include "mbed.h"
+
+DigitalOut output_pin_A(LED1);
+DigitalOut output_pin_V(LED2);
\ No newline at end of file