Servo_Demo

Dependencies:   mbed Servo

Files at this revision

API Documentation at this revision

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
--- 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() {