6.1 Servo Richtung, Tasten links, rechts.

Dependencies:   Servo mbed

Fork of 06-01-Uebung by th.iotkit1.ch

Revision:
1:41961321aa61
Parent:
0:eca1d20dbffa
Child:
2:020a412befb4
--- a/main.cpp	Wed Mar 04 16:11:42 2015 +0000
+++ b/main.cpp	Wed Apr 29 18:09:40 2015 +0000
@@ -4,10 +4,10 @@
 #include "mbed.h"
 #include "Servo.h"
 
-DigitalIn button1( PTC9 );
-DigitalIn button2( PTC0 );
+DigitalIn button1( A0 );
+DigitalIn button2( A1 );
 
-Servo servo1 ( A5 );
+Servo servo1 ( D10 );
 
 int main()
 {