Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed ident_crac
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
Generated on Thu Jul 28 2022 00:11:33 by
