basic command implementation traditional way
[cortex-from-scratch] / main.c
diff --git a/main.c b/main.c
index 221d7d6..3c1035b 100644 (file)
--- a/main.c
+++ b/main.c
@@ -54,7 +54,7 @@ void main()
        led_init();
 
        /* Real time clock */
-       rtc_init();
+       //rtc_init();
 
        /* Eeprom Driver
        eeprom_at24c_init();
@@ -62,7 +62,13 @@ void main()
        */
        
        /* LED Segment Driver */
-       tm1637_init();
+       //tm1637_init();
+
+       //for (int i = 0; i < 1000; i++)
+       //      _block(10000);
+
+       /* TEMP SENSOR */
+       run();
 
        /* Start up terminal */
        terminal();