Example program, usingthe Servo library

Dependencies:   Servo mbed

Fork of ServoProgram by Simon Ford

Revision:
1:cabe6efaad85
Parent:
0:7b3eabfa1a0f
--- a/main.cpp	Tue May 18 19:40:18 2010 +0000
+++ b/main.cpp	Tue Aug 16 10:18:44 2016 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "Servo.h"
 
-Servo myservo(p21);
+Servo myservo(D9);
 Serial pc(USBTX, USBRX);
 
 int main() {