Strategie_13h30

Fork of CRAC-Strat_2017_homologation_gros_rob by CRAC Team

Revision:
0:ad97421fb1fb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Display/Display.h	Wed Apr 13 22:04:54 2016 +0000
@@ -0,0 +1,12 @@
+#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
\ No newline at end of file