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@7:467e350d1a10, 2020-06-10 (annotated)
- Committer:
- RogerJKelly
- Date:
- Wed Jun 10 20:15:48 2020 +0000
- Revision:
- 7:467e350d1a10
- Parent:
- 6:41a4ad385daa
RIXEN SIM with Maple Mini
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| pangsk | 0:908be729d27c | 1 | #ifndef GLOBALS_H |
| pangsk | 0:908be729d27c | 2 | #define GLOBALS_H |
| pangsk | 0:908be729d27c | 3 | |
| pangsk | 0:908be729d27c | 4 | #include "mbed.h" |
| pangsk | 0:908be729d27c | 5 | |
| pangsk | 0:908be729d27c | 6 | extern DigitalOut led1; |
| pangsk | 0:908be729d27c | 7 | extern DigitalOut led2; |
| pangsk | 0:908be729d27c | 8 | extern DigitalOut led3; |
| pangsk | 0:908be729d27c | 9 | extern DigitalOut led4; |
| pangsk | 0:908be729d27c | 10 | |
| pangsk | 0:908be729d27c | 11 | extern CAN can2; |
| RogerJKelly | 7:467e350d1a10 | 12 | //extern CAN can1; |
| pangsk | 0:908be729d27c | 13 | extern CANMessage can_MsgRx; |
| RogerJKelly | 7:467e350d1a10 | 14 | |
| RogerJKelly | 7:467e350d1a10 | 15 | extern int got_alt; |
| RogerJKelly | 7:467e350d1a10 | 16 | |
| RogerJKelly | 7:467e350d1a10 | 17 | extern unsigned char alt[3]; |
| RogerJKelly | 7:467e350d1a10 | 18 | |
| pangsk | 6:41a4ad385daa | 19 | extern Serial pc; |
| pangsk | 0:908be729d27c | 20 | #endif |