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
Diff: globals.h
- Revision:
- 7:467e350d1a10
- Parent:
- 6:41a4ad385daa
--- a/globals.h Tue Dec 30 10:10:02 2014 +0000 +++ b/globals.h Wed Jun 10 20:15:48 2020 +0000 @@ -9,6 +9,12 @@ extern DigitalOut led4; extern CAN can2; +//extern CAN can1; extern CANMessage can_MsgRx; + +extern int got_alt; + +extern unsigned char alt[3]; + extern Serial pc; #endif \ No newline at end of file