Programme carte strategie (disco)
Dependencies: mbed SerialHalfDuplex SDFileSystem DISCO-F469NI_portrait liaison_Bluetooth ident_crac
Diff: Globals/global.h
- Revision:
- 31:833fc481b002
- Parent:
- 30:a1e37af4bbde
- Child:
- 35:742dc6b200b0
--- a/Globals/global.h Fri Apr 20 09:16:13 2018 +0000 +++ b/Globals/global.h Tue Apr 24 18:09:51 2018 +0000 @@ -24,8 +24,11 @@ //#include "peripheriques.h" extern Serial pc; -extern Serial rn42; -extern LiaisonBluetooth liaison; +extern Serial rn42_Tx; +extern Serial rn42_Rx; +extern LiaisonBluetooth liaison_Tx; +extern LiaisonBluetooth liaison_Rx; + extern CAN can1; extern CAN can2; extern CANMessage msgRxBuffer[SIZE_FIFO];