carte esclave pompe 2020 V1

Dependencies:   mbed ident_crac

Committer:
kyxstark
Date:
Sat May 25 00:56:34 2019 +0000
Revision:
17:fcfdd7de9039
Parent:
16:5e00af31ae8a
Child:
19:952208276c63
dif courrioes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
marwanesaich 4:82c90657da4a 1 #ifndef EXTERN_H
marwanesaich 4:82c90657da4a 2 #define EXTERN_H
kyxstark 12:2491a5b0f90b 3 #include "mbed.h"
kyxstark 14:11e3b2f97b9c 4
kyxstark 15:658d2d9bb2dd 5 #ifndef TARGET_NUCLEO_F446RE
kyxstark 15:658d2d9bb2dd 6 #error "This code is designed for NUCLEO_F446RE."
kyxstark 15:658d2d9bb2dd 7 #endif
kyxstark 14:11e3b2f97b9c 8 //------------------------------------sellection Robot---------------------
kyxstark 17:fcfdd7de9039 9 #define ROBOT_BIG //Si commenté Petit Robot, si Décommenter Gros Robot
kyxstark 14:11e3b2f97b9c 10
kyxstark 14:11e3b2f97b9c 11 #ifndef ROBOT_BIG // !!!!!!!! ne pas commenter
kyxstark 14:11e3b2f97b9c 12 #define ROBOT_SMALL // !!!!!!!! ne pas commenter
kyxstark 14:11e3b2f97b9c 13 #endif // !!!!!!!! ne pas commenter
kyxstark 14:11e3b2f97b9c 14
kyxstark 14:11e3b2f97b9c 15 //-------------------------------------------------------------------------
kyxstark 14:11e3b2f97b9c 16
kyxstark 14:11e3b2f97b9c 17
kyxstark 12:2491a5b0f90b 18 #include "ident_crac.h"
kyxstark 12:2491a5b0f90b 19 #include "class_ventouse.h"
marwanesaich 4:82c90657da4a 20
marwanesaich 4:82c90657da4a 21 extern CAN can;
marwanesaich 4:82c90657da4a 22
marwanesaich 4:82c90657da4a 23 #endif