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 mbed-STM32F103C8T6
globals.h
00001 #ifndef GLOBALS_H 00002 #define GLOBALS_H 00003 00004 #include "mbed.h" 00005 00006 extern DigitalOut led1; 00007 extern DigitalOut led2; 00008 extern DigitalOut led3; 00009 extern DigitalOut led4; 00010 00011 extern CAN can2; 00012 //extern CAN can1; 00013 extern CANMessage can_MsgRx; 00014 00015 extern int got_alt; 00016 00017 extern unsigned char alt[3]; 00018 00019 extern Serial pc; 00020 #endif
Generated on Mon Jul 25 2022 18:33:33 by
1.7.2