Servo

Dependencies:   mbed MODSERIAL Servo FastPWM

Files at this revision

API Documentation at this revision

Comitter:
s1923196
Date:
Mon Oct 28 16:54:27 2019 +0000
Parent:
5:74962b191242
Commit message:
servo werkend met sinus D7

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Oct 11 11:06:43 2019 +0000
+++ b/main.cpp	Mon Oct 28 16:54:27 2019 +0000
@@ -4,7 +4,7 @@
 #include <math.h>
 
 Serial pc(USBTX, USBRX);
-PwmOut myservo(D5);
+PwmOut myservo(D7);
 
 int main()
 {