strat des robots

Fork of CRAC-Strat_2017 by CRAC Team

Committer:
ClementBreteau
Date:
Fri May 19 17:14:07 2017 +0000
Revision:
17:d1594579eec6
Parent:
0:ad97421fb1fb
strat du robot, 19-05-2017, 19h

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