Fixed wait time

Dependencies:   SDFileSystem emic2 mbed-rtos mbed

Fork of BAT_senior_design_Nhi by BAT

Files at this revision

API Documentation at this revision

Comitter:
nnguyen45
Date:
Wed Oct 04 14:57:25 2017 +0000
Parent:
0:9eda4611081a
Child:
2:6836f515bb50
Commit message:
testnhi

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Oct 04 14:47:07 2017 +0000
+++ b/main.cpp	Wed Oct 04 14:57:25 2017 +0000
@@ -11,6 +11,7 @@
 {
     // 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);