Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of CRAC-Strat_2017_homologation_gros_rob by
Display.h
00001 #ifndef CRAC_DISPLAY 00002 #define CRAC_DISPLAY 00003 00004 #include "global.h" 00005 00006 //Variables globales 00007 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}; 00008 00009 //fonction 00010 void tactile_printf(const char* format, ...); 00011 00012 #endif
Generated on Tue Jul 12 2022 19:28:47 by
