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@0:908be729d27c, 2010-07-08 (annotated)
- Committer:
- pangsk
- Date:
- Thu Jul 08 21:05:29 2010 +0000
- Revision:
- 0:908be729d27c
- Child:
- 3:05bb8f0bd7a4
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 Serial pc; | 
| pangsk | 0:908be729d27c | 7 | extern DigitalOut led1; | 
| pangsk | 0:908be729d27c | 8 | extern DigitalOut led2; | 
| pangsk | 0:908be729d27c | 9 | extern DigitalOut led3; | 
| pangsk | 0:908be729d27c | 10 | extern DigitalOut led4; | 
| pangsk | 0:908be729d27c | 11 | |
| pangsk | 0:908be729d27c | 12 | // We use can on mbed pins 29(CAN_TXD) and 30(CAN_RXD). | 
| pangsk | 0:908be729d27c | 13 | extern CAN can2; | 
| pangsk | 0:908be729d27c | 14 | extern CANMessage can_MsgRx; | 
| pangsk | 0:908be729d27c | 15 | #endif |