finished commenting on the .cpp file and changed the statistics library name

Dependencies:   wheelchaircontrol1

Files at this revision

API Documentation at this revision

Comitter:
JesiMiranda
Date:
Tue Jul 09 21:25:58 2019 +0000
Parent:
22:d690ed804636
Commit message:
finished commenting on the .cpp file and changed the statistics library name

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r d690ed804636 -r 497a6a11fe63 main.cpp
--- 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");