Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

Revision:
2:d50d55831d50
Parent:
1:8e14c2404f45
Child:
3:4a3e2dbc111e
--- a/main.cpp	Mon Jan 11 21:29:51 2016 +0000
+++ b/main.cpp	Mon Jan 11 21:44:09 2016 +0000
@@ -3,3 +3,7 @@
 #include "mbed.h"
 #include "SegDisplay.h"
 
+int main(){
+    SegInit();
+    Seg1=SegConvert(1);
+}
\ No newline at end of file