Strategie_13h30

Fork of CRAC-Strat_2017_homologation_gros_rob by CRAC Team

Committer:
matthieuvignon
Date:
Thu May 25 11:30:31 2017 +0000
Revision:
22:8dec8824a6f7
Parent:
0:ad97421fb1fb
13h30_Strategie

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