kevin eccli / Mbed 2 deprecated Freescale_CupV4

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Init.h Source File

Init.h

00001 #ifndef _INIT_H
00002 #define _INIT_H
00003 
00004 #include "Serie.h"
00005 #include "Propulsion.h"
00006 #include "Direction.h"
00007 
00008 void init();
00009 
00010 #endif