IHM carte NBOARD Mai 2018

Dependents:   NBoard_IHM_V2 ex20_fonction ex21_PWM1 ex26 ... more

Fork of IHM_V2 by NBoard

Revision:
3:ccd7c3d1024d
Parent:
1:663cbe5baac4
--- a/IHM.h	Sat Nov 05 17:19:59 2016 +0000
+++ b/IHM.h	Sun Nov 06 15:43:23 2016 +0000
@@ -111,7 +111,7 @@
     CANMessage can_MsgRx[SIZE_FIFO], can_MsgTx;
 //extern unsigned char Reception_CAN;
 CANMessage trame_Tx;
-char tableau_ecran[32];
+char tableau_ecran[33];  // au lieu de 32 modif GR du 6/11/16
     CAN can;
     void can_ISR_Reader(void);
     void CAN_automate_reception(void);