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
Mapping.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 | 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 | 14:0caa7b93af7a | 5 | void mapping(int (*map)[10]); |
| Alexander_Zuest | 14:0caa7b93af7a | 6 | |
| Alexander_Zuest | 0:4a0b987c5c94 | 7 | |
| Alexander_Zuest | 0:4a0b987c5c94 | 8 | #endif |
| Alexander_Zuest | 0:4a0b987c5c94 | 9 |