kevin eccli / Mbed 2 deprecated Freescale_CupV4

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Serie.h Source File

Serie.h

00001 #ifndef _SERIE_H
00002 #define _SERIE_H
00003 
00004 #define SERIAL_SPEED
00005 #define TAILLE_COMMANDE 10
00006 
00007 
00008 #include "mbed.h"
00009 #include "Direction.h"
00010 #include "Propulsion.h"
00011 #include "Config.h"
00012 
00013 #include "main.h"
00014 
00015 extern Serial xbee;
00016 
00017 void initSerie();
00018 //void callbackSerie();
00019 
00020 #endif