// specific to Clicker2 PIC18F87J50 sbit LD1 at LATD4_bit; sbit LD2 at LATE4_bit; sbit LD1_Direction at TRISD4_bit; sbit LD2_Direction at TRISE4_bit; sbit RE6_FAULT at RE6_bit; sbit RE5_SENSEL at LATE5_bit; // cde FET M1 sbit RJ5_Stat at RJ5_bit; sbit RF6_VSENSE at RF6_bit; // mesure sbit Led_Rouge at LATD4_bit; sbit Led_Rouge_Directiont at TRISD4_bit; sbit BP1 at RD7_bit; sbit BP2 at RH3_bit; sbit BP1_Direction at TRISD7_bit; sbit BP2_Direction at TRISH3_bit; sbit RN41_RST at LATD2_bit; sbit RN41_RST_Direction at TRISD2_bit; sbit Client_BT at RB1_bit; // 0=client Android 1= client PC sbit Client_BT_Direction at TRISB1_bit; // UART2 // RG1 = TX2 sur mikrobus #1 // RG2 = Rx2 sur mikrobus #1 // RC6 = TX1 sur mikrobus #2 // RC7 = RX1 sur mikrobus #2 // RA1=EA1 sur Mikrobus#2 -RD5 SDA I2C2 sur Mikrobus #2 (LCD2119) -RD5 SCL I2C2 sur Mikrobus #2 (LCD2119)