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.
Revision 1:21aeba9a6128, committed 2019-04-17
- Comitter:
- luigi_lagatta
- Date:
- Wed Apr 17 13:12:20 2019 +0000
- Parent:
- 0:3d38b95d74a0
- Commit message:
- Servo_Demo
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 3d38b95d74a0 -r 21aeba9a6128 main.cpp --- a/main.cpp Fri Feb 05 07:28:18 2016 +0000 +++ b/main.cpp Wed Apr 17 13:12:20 2019 +0000 @@ -3,7 +3,7 @@ #include "mbed.h" #include "Servo.h" -Servo myservo(PTC1); +Servo myservo(D3); int main() {