Class Bertl

Dependencies:   HCSR

Dependents:   LEDTestmitButton

Fork of ur_Bertl by BERTL_CHEL18

Revision:
15:43d6a7e6e64a
Parent:
13:3ce84646fd74
--- a/const.h	Mon Apr 27 13:13:45 2015 +0000
+++ b/const.h	Fri May 08 08:39:12 2015 +0000
@@ -21,7 +21,7 @@
 /*! \var int SPEED
 \brief Bertl speed 0.2 (slow) - 1.0 (fast).
 \warning speed below 0.2 possible the motor won't start */
-const float SPEED = 0.2;    /*  Bertl speed 0.2 (slow) - 1.0 (fast) */
+const float SPEED = 0.4;    /*  Bertl speed 0.2 (slow) - 1.0 (fast) */
 /*! \var int DISTANCE
 \brief one wheel turn is appr. 24 ticks.
 \warning maybe the number has to be adjusted */
@@ -62,4 +62,5 @@
 const int West = 2; 
 const int North = 3;
 const int South = 4;
+
 #endif
\ No newline at end of file