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
AutoDrive.h@14:0caa7b93af7a, 2018-05-23 (annotated)
- Committer:
 - Alexander_Zuest
 - Date:
 - Wed May 23 11:50:58 2018 +0000
 - Revision:
 - 14:0caa7b93af7a
 - Parent:
 - 0:4a0b987c5c94
 
50% Chance for working Routecalculation
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| Alexander_Zuest | 14:0caa7b93af7a | 1 | #ifndef Auto_H | 
| Alexander_Zuest | 14:0caa7b93af7a | 2 | #define Auto_H | 
| Alexander_Zuest | 0:4a0b987c5c94 | 3 | |
| Alexander_Zuest | 14:0caa7b93af7a | 4 | // Funktionsdeklaration | 
| Alexander_Zuest | 14:0caa7b93af7a | 5 | void autoDrive(char route[]); | 
| Alexander_Zuest | 14:0caa7b93af7a | 6 | |
| Alexander_Zuest | 0:4a0b987c5c94 | 7 | #endif | 
| Alexander_Zuest | 0:4a0b987c5c94 | 8 |