Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem emic2 mbed-rtos mbed
Fork of BAT_senior_design_Nhi by
Diff: main.cpp
- Revision:
- 12:7ff1f6022694
- Parent:
- 11:b302c71e300f
diff -r b302c71e300f -r 7ff1f6022694 main.cpp --- a/main.cpp Wed Oct 18 14:06:19 2017 +0000 +++ b/main.cpp Wed Oct 18 14:14:11 2017 +0000 @@ -5,6 +5,7 @@ #include "button.h" // Azra +//Nhi PwmOut myservo(p21); DigitalIn pb1 (p20);
