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.
Dependencies: mbed
Fork of _B14_Lektion03c by
Revision 2:6a552b98b4cb, committed 2015-03-20
- Comitter:
- Enenkel
- Date:
- Fri Mar 20 10:03:16 2015 +0000
- Parent:
- 1:0ea49e814f60
- Commit message:
- Rechteck fahren
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 0ea49e814f60 -r 6a552b98b4cb main.cpp --- a/main.cpp Sun Jan 25 17:27:45 2015 +0000 +++ b/main.cpp Fri Mar 20 10:03:16 2015 +0000 @@ -1,15 +1,13 @@ /*********************************** -name: BERTL_2014_MOTOR_TEST -author: Gottfried Enenkel HTL BULME -email: ene@bulme.at -description: - Der BERTL fährt 1 sec lang VORWÄRTS! - Danach steht er für 1 sec - - Wenn der Motor richtig eingebaut ist, - steht über dem Linken Anschluß ein PLUS - Wenn sich der BERTL dreht, ist ein Motor verkehrt eingebaut. - +name: _B14_Lektion03b Rechteck fahren +author: Gottfried Enenkel HTL BULME +Date: 10.3.15 +Aufgabe: + Ändere die Software so, dass + der Bertl 1m gerade fährt, + dann 90grd nach RECHTS dreht, + dann 1m gerade fährt usw usw + -> Es ergibt sich ein Rechteck! ***********************************/ #include "mbed.h"
