PINOUT à jour, trame CAN OK
Dependencies: mbed ident_crac
Code carte pompe
extern.h@18:972d29c668a5, 2019-05-25 (annotated)
- Committer:
- kyxstark
- Date:
- Sat May 25 14:08:48 2019 +0000
- Revision:
- 18:972d29c668a5
- Parent:
- 17:fcfdd7de9039
ralentissement courroies du haut;
Who changed what in which revision?
User | Revision | Line number | New 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 |