code petit robot pour homologation

Fork of CRAC-Strat_2017_V2 by CRAC Team

Display/Display.h

Committer:
ClementBreteau
Date:
2017-05-24
Revision:
20:de595e4ff01d
Parent:
0:ad97421fb1fb

File content as of revision 20:de595e4ff01d:

#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