working type letter with mode button

Dependencies:   SDFileSystem emic2 mbed-rtos mbed

Fork of BAT_Type_letter by BAT

Files at this revision

API Documentation at this revision

Comitter:
nnguyen45
Date:
Fri Oct 06 13:33:52 2017 +0000
Parent:
1:4347df0fafb1
Child:
3:9ed43e974156
Commit message:
hi

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: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);