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

Display/Display.h

Committer:
clementlignie
Date:
2017-05-25
Revision:
22:a466d08ac42b
Parent:
0:ad97421fb1fb

File content as of revision 22:a466d08ac42b:

#ifndef CRAC_DISPLAY
#define CRAC_DISPLAY

#include "global.h"

//Variables globales
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};

//fonction
void tactile_printf(const char* format, ...);

#endif