added code to ToF and inserted the e_button

Dependencies:   Version1-4

Dependents:   Version1-4 Version1-3

Revision:
23:497a6a11fe63
Parent:
22:d690ed804636
Child:
25:c9f7d54211bb
--- a/main.cpp	Tue Jul 09 21:21:49 2019 +0000
+++ b/main.cpp	Tue Jul 09 21:25:58 2019 +0000
@@ -106,8 +106,6 @@
     
     pc.printf("After Starting\r\n");
 
-    //added
-    //int emerg_button = e_button;
     Watchdog dog;                                                               // Creates Watchdog object
     dog.Configure(watchdogLimit);                                               // Configures timeout for Watchdog
     pc.printf("Code initiated\n");