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.
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
Generated on Wed Jul 13 2022 20:35:19 by
1.7.2