Ultraschall Test Geschwindigkeitsregelung

Fork of BertlLib by michael hollegha

Revision:
4:e29605512d8a
Parent:
3:f8f0f86e3749
Child:
7:01d2bc098b6d
--- a/BertlObjects.h	Tue Feb 24 11:15:56 2015 +0000
+++ b/BertlObjects.h	Tue Feb 24 11:17:10 2015 +0000
@@ -5,7 +5,7 @@
 // DigitalOut ledBlue(P1_28); // 3 blaue LEDs
 
 BertlDrive mL(p34, P1_1, P1_0, P1_12); 
-BertlDrive mR(p36, P1_3, P1_4, P1_13); 
+BertlDrive mR(p36, P1_3, P1_4, P1_13);  // changed
 
 PortEx pex;
 UsDistSens us(p21,p22);