Working reset, flipped logic

Dependencies:   SDFileSystem emic2 mbed-rtos mbed

Fork of BAT_senior_design_Nhi by BAT

Revision:
2:6836f515bb50
Parent:
1:4347df0fafb1
Child:
3:9ed43e974156
--- a/main.cpp	Wed Oct 04 14:57:25 2017 +0000
+++ b/main.cpp	Fri Oct 06 13:33:52 2017 +0000
@@ -11,7 +11,6 @@
 {
     // button up: state = 0, button halfway: state = 1; button down: state = 2
     //int state = 0;
-    //Nhi
     pc.printf("begin\n");
     int state = 2;
     pb1.mode(PullUp);