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:e69c3331cef7, committed 2020-11-17
- Comitter:
- darley_gonzalez
- Date:
- Tue Nov 17 19:30:45 2020 +0000
- Parent:
- 0:7b3eabfa1a0f
- Commit message:
- SERVO;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue May 18 19:40:18 2010 +0000
+++ b/main.cpp Tue Nov 17 19:30:45 2020 +0000
@@ -1,7 +1,7 @@
#include "mbed.h"
#include "Servo.h"
-Servo myservo(p21);
+Servo myservo(D0);
Serial pc(USBTX, USBRX);
int main() {