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

Display/Display.h

Committer:
antbig
Date:
2016-04-13
Revision:
0:ad97421fb1fb

File content as of revision 0:ad97421fb1fb:

#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