Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

Revision:
5:af4d347a72b8
Parent:
3:4a3e2dbc111e
--- a/main.cpp	Mon Jan 11 22:03:53 2016 +0000
+++ b/main.cpp	Mon Jan 11 23:17:39 2016 +0000
@@ -5,5 +5,5 @@
 
 int main(){
     SegInit();
-    Display=SegConvert(1);
+    SegDisplay(10,1);
 }