carte esclave pompe 2020 V1

Dependencies:   mbed ident_crac

Committer:
kyxstark
Date:
Thu May 23 08:53:03 2019 +0000
Revision:
14:11e3b2f97b9c
Parent:
12:2491a5b0f90b
Child:
15:658d2d9bb2dd
define gros/petit mis dans extern.h

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 14:11e3b2f97b9c 5 //------------------------------------sellection Robot---------------------
kyxstark 14:11e3b2f97b9c 6 #define ROBOT_BIG //Si commenté Petit Robot, si Décommenter Gros Robot
kyxstark 14:11e3b2f97b9c 7
kyxstark 14:11e3b2f97b9c 8 #ifndef ROBOT_BIG // !!!!!!!! ne pas commenter
kyxstark 14:11e3b2f97b9c 9 #define ROBOT_SMALL // !!!!!!!! ne pas commenter
kyxstark 14:11e3b2f97b9c 10 #endif // !!!!!!!! ne pas commenter
kyxstark 14:11e3b2f97b9c 11
kyxstark 14:11e3b2f97b9c 12 //-------------------------------------------------------------------------
kyxstark 14:11e3b2f97b9c 13
kyxstark 14:11e3b2f97b9c 14
kyxstark 12:2491a5b0f90b 15 #include "ident_crac.h"
kyxstark 12:2491a5b0f90b 16 #include "class_ventouse.h"
marwanesaich 4:82c90657da4a 17
marwanesaich 4:82c90657da4a 18 extern CAN can;
marwanesaich 4:82c90657da4a 19
marwanesaich 4:82c90657da4a 20 #endif