RainbowTeam / Mbed 2 deprecated ProjectTheseus

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Mapping.h Source File

Mapping.h

00001 #ifndef Mapping_H
00002 #define Mapping_H
00003 
00004 //Funktionsdeklaration
00005 void mapping(int (*map)[10]);
00006 
00007  
00008 #endif
00009