code de start qui marche a la fin du premier match, base pour la suite

Fork of CRAC-Strat_2017_homologation_petit_rob by CRAC Team

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Display.h Source File

Display.h

00001 #ifndef CRAC_DISPLAY
00002 #define CRAC_DISPLAY
00003 
00004 #include "global.h"
00005 
00006 //Variables globales
00007 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};
00008 
00009 //fonction
00010 void tactile_printf(const char* format, ...);
00011 
00012 #endif