Ultraschall Test Geschwindigkeitsregelung

Fork of BertlLib by michael hollegha

Revision:
1:cb66be3bb78f
Parent:
0:e0131e671ea0
--- a/Bertl14.cpp	Fri Apr 25 14:35:21 2014 +0000
+++ b/Bertl14.cpp	Fri Apr 25 18:57:23 2014 +0000
@@ -2,6 +2,8 @@
 #include "mbed.h"
 #include "Bertl14.h"
 
+// Aenderung
+
 Motor::Motor(PinName pwm, PinName fwd, PinName rev) :
 _pwm(pwm), _fwd(fwd), _rev(rev) 
 {