CRAC Team / Mbed 2 deprecated Carte_Pompe_V1_2020

Dependencies:   mbed ident_crac

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers extern.h Source File

extern.h

00001 #ifndef EXTERN_H
00002 #define EXTERN_H
00003 #include "mbed.h"
00004 
00005 #ifndef TARGET_NUCLEO_F446RE
00006 #error "This code is designed for NUCLEO_F446RE."
00007 #endif
00008 
00009 
00010 #include "ident_crac.h"
00011 #include "class_ventouse.h"
00012 
00013 extern CAN can;
00014 
00015 #endif