RainbowTeam / Mbed 2 deprecated ProjectTheseus

Dependencies:   mbed

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?

UserRevisionLine numberNew 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