homologation gros robot et test avec les ack de la carte a tout faire

Fork of CRAC-Strat_2017_HOMOLOGATION_PETIT_ROBOT by CRAC Team

Committer:
ClementBreteau
Date:
Thu May 25 06:36:48 2017 +0000
Revision:
21:7c60d6dfcab5
Parent:
0:ad97421fb1fb
homologation gros robot avec test au niveau des ack

Who changed what in which revision?

UserRevisionLine numberNew contents of line
antbig 0:ad97421fb1fb 1 #ifndef CRAC_DISPLAY
antbig 0:ad97421fb1fb 2 #define CRAC_DISPLAY
antbig 0:ad97421fb1fb 3
antbig 0:ad97421fb1fb 4 #include "global.h"
antbig 0:ad97421fb1fb 5
antbig 0:ad97421fb1fb 6 //Variables globales
antbig 0:ad97421fb1fb 7 static char tableau_ecran[32]= {32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32};
antbig 0:ad97421fb1fb 8
antbig 0:ad97421fb1fb 9 //fonction
antbig 0:ad97421fb1fb 10 void tactile_printf(const char* format, ...);
antbig 0:ad97421fb1fb 11
antbig 0:ad97421fb1fb 12 #endif