Trying to separate read/write mode from typing mode
Dependencies: SDFileSystem emic2 mbed-rtos mbed
Fork of BAT_senior_design_Nhi by
Revision 11:b302c71e300f, committed 2017-10-18
- Comitter:
- aismail1997
- Date:
- Wed Oct 18 14:06:19 2017 +0000
- Parent:
- 10:21268d8bf979
- Child:
- 12:7ff1f6022694
- Child:
- 13:b80dde24e9bc
- Commit message:
- test - Azra
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Oct 16 15:45:17 2017 +0000 +++ b/main.cpp Wed Oct 18 14:06:19 2017 +0000 @@ -4,6 +4,8 @@ #include "SDFileSystem.h" #include "button.h" +// Azra + PwmOut myservo(p21); DigitalIn pb1 (p20); //AnalogIn linpot(p20);
