carte esclave pompe 2020 V1

Dependencies:   mbed ident_crac

Committer:
maximilienlv
Date:
Thu Mar 05 16:32:21 2020 +0000
Revision:
19:952208276c63
Parent:
17:fcfdd7de9039
carte esclave pompe 2020

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
kyxstark 14:11e3b2f97b9c 9
kyxstark 12:2491a5b0f90b 10 #include "ident_crac.h"
kyxstark 12:2491a5b0f90b 11 #include "class_ventouse.h"
marwanesaich 4:82c90657da4a 12
marwanesaich 4:82c90657da4a 13 extern CAN can;
marwanesaich 4:82c90657da4a 14
marwanesaich 4:82c90657da4a 15 #endif