simple timer with led test
[cortex-from-scratch] / main.c
diff --git a/main.c b/main.c
index 221d7d6..fd762e4 100644 (file)
--- a/main.c
+++ b/main.c
@@ -62,7 +62,10 @@ void main()
        */
        
        /* LED Segment Driver */
-       tm1637_init();
+       //tm1637_init();
+       
+       /* TEMP SENSOR */
+       run();
 
        /* Start up terminal */
        terminal();