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@0:4a0b987c5c94, 2018-04-27 (annotated)
- Committer:
- Alexander_Zuest
- Date:
- Fri Apr 27 12:30:38 2018 +0000
- Revision:
- 0:4a0b987c5c94
- Child:
- 14:0caa7b93af7a
Base Version
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Alexander_Zuest | 0:4a0b987c5c94 | 1 | #ifndef Mapping_H |
| Alexander_Zuest | 0:4a0b987c5c94 | 2 | #define Mapping_H |
| Alexander_Zuest | 0:4a0b987c5c94 | 3 | |
| Alexander_Zuest | 0:4a0b987c5c94 | 4 | //Funktionsdeklaration |
| Alexander_Zuest | 0:4a0b987c5c94 | 5 | void AutoDrive(void); |
| Alexander_Zuest | 0:4a0b987c5c94 | 6 | |
| Alexander_Zuest | 0:4a0b987c5c94 | 7 | #endif |
| Alexander_Zuest | 0:4a0b987c5c94 | 8 |