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
Diff: AutoDrive.h
- Revision:
 - 14:0caa7b93af7a
 - Parent:
 - 0:4a0b987c5c94
 
diff -r 5802ccfcc984 -r 0caa7b93af7a AutoDrive.h --- a/AutoDrive.h Tue May 08 12:32:31 2018 +0000 +++ b/AutoDrive.h Wed May 23 11:50:58 2018 +0000 @@ -1,8 +1,8 @@ -#ifndef Mapping_H -#define Mapping_H +#ifndef Auto_H +#define Auto_H -//Funktionsdeklaration -void AutoDrive(void); - +// Funktionsdeklaration +void autoDrive(char route[]); + #endif