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.
Fork of CRAC-Strat_2017_HOMOLOGATION_PETIT_ROBOT by
Globals/constantes.h
- Committer:
- antbig
- Date:
- 2016-04-15
- Revision:
- 1:116040d14164
- Parent:
- 0:ad97421fb1fb
- Child:
- 5:dcd817534b57
File content as of revision 1:116040d14164:
#ifndef CRAC_CONSTANTES
#define CRAC_CONSTANTES
// ****************************************************************************************
// * CONSTANTES SYMBOLIQUES *
// ****************************************************************************************
#define SIZE_FIFO 10 //Taille du buffer pour le bus CAN
#define SIZE 750 //Taille d'une ligne du fichier
#define SIZE_BUFFER_FILE 150 //Taille du buffer d'instruction
#define NOMBRE_CARTES 2 //Le nombre de carte présente sur le robot
/****
** Variable à modifier en fonction du robot
***/
//#define ROBOT_BIG//Indique que l'on va compiler pour le gros robot
#define ROBOT_SMALL
#endif
