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
- Committer:
- maximilienlv
- Date:
- 2020-07-17
- Revision:
- 24:3fb41d2b91af
- Parent:
- 19:952208276c63
File content as of revision 24:3fb41d2b91af:
#ifndef EXTERN_H #define EXTERN_H #include "mbed.h" #ifndef TARGET_NUCLEO_F446RE #error "This code is designed for NUCLEO_F446RE." #endif #include "ident_crac.h" #include "class_ventouse.h" extern CAN can; #endif