code de la carte IHM avant les bugs et avant le travail effectué avec Melchior

Dependencies:   mbed SerialHalfDuplex SDFileSystem liaison_Bluetooth ident_crac DISCO-F469NI_portrait

Revision:
26:b7967815bb7d
Parent:
25:0d3eeb6da9e3
Child:
29:ff575aff301f
--- a/main.cpp	Wed Jul 08 08:23:28 2020 +0000
+++ b/main.cpp	Wed Jul 08 08:47:26 2020 +0000
@@ -22,6 +22,10 @@
 DigitalOut led3(LED3);//Led d'indication de problème, si elle clignote, c'est pas bon
 DigitalOut led4(LED4);//Led d'indication de problème, si elle clignote, c'est pas bon
 void bluetooth_init(void);
+Serial rn42_pr(PG_14, PG_9);
+//Serial rn42(PA_1,PA_2);
+Serial rn42_Tx(PA_2,NC);
+Serial rn42_Rx(NC,PA_1);
 LiaisonBluetooth liaison_Rx(&rn42_Rx,&pc);
 LiaisonBluetooth liaison_Tx(&rn42_Tx,&pc);
 LiaisonBluetooth liaison_pr(&rn42_pr,&pc);