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: RouteCalculation.h
- Revision:
- 14:0caa7b93af7a
- Parent:
- 0:4a0b987c5c94
--- a/RouteCalculation.h Tue May 08 12:32:31 2018 +0000 +++ b/RouteCalculation.h Wed May 23 11:50:58 2018 +0000 @@ -1,8 +1,10 @@ -#ifndef Mapping_H -#define Mapping_H +#ifndef RouteCalculation_H +#define RouteCalculation_H + //Funktionsdeklaration -void RouteCalculation(void); +char *RouteCalculation(int (*map)[10]); + #endif \ No newline at end of file