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_Type_letter by
Revision 3:9ed43e974156, committed 2017-10-06
- Comitter:
- aismail1997
- Date:
- Fri Oct 06 13:43:36 2017 +0000
- Parent:
- 2:6836f515bb50
- Child:
- 4:cc181f8f2bd1
- 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 Fri Oct 06 13:33:52 2017 +0000 +++ b/main.cpp Fri Oct 06 13:43:36 2017 +0000 @@ -1,6 +1,8 @@ #include "mbed.h" #include "Servo.h" +// Azra + PwmOut myservo(p21); DigitalIn pb1 (p20); //AnalogIn linpot(p20);
