Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Bertl by
Revision 9:fc3a7ad346e6, committed 2015-04-23
- Comitter:
- DerMax
- Date:
- Thu Apr 23 12:38:29 2015 +0000
- Parent:
- 8:07e55b300ff1
- Child:
- 10:207a1e646191
- Commit message:
- Aufgabe ClearAllBeepersToTheWall
Changed in this revision
| const.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/const.h Fri Apr 17 06:59:34 2015 +0000 +++ b/const.h Thu Apr 23 12:38:29 2015 +0000 @@ -20,7 +20,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.3; /* 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 */
