Dossier partage

Dependencies:   mbed BSP_DISCO_F746NG

Committer:
mylene
Date:
Wed Oct 21 14:53:21 2020 +0000
Revision:
11:0fac3f2241c1
m;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mylene 11:0fac3f2241c1 1 #include "mbed.h"
mylene 11:0fac3f2241c1 2 #include "stm32746g_discovery_lcd.h"
mylene 11:0fac3f2241c1 3 #include "stm32746g_discovery_ts.h"
mylene 11:0fac3f2241c1 4
mylene 11:0fac3f2241c1 5 void AfficherPage(int);
mylene 11:0fac3f2241c1 6 void Page1(void);
mylene 11:0fac3f2241c1 7 void Page2(void);
mylene 11:0fac3f2241c1 8 void PageErreur(void);