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
- Committer:
- pangsk
- Date:
- 2012-04-25
- Revision:
- 3:05bb8f0bd7a4
- Parent:
- 0:908be729d27c
- Child:
- 6:41a4ad385daa
File content as of revision 3:05bb8f0bd7a4:
#ifndef GLOBALS_H
#define GLOBALS_H
#include "mbed.h"
extern DigitalOut led1;
extern DigitalOut led2;
extern DigitalOut led3;
extern DigitalOut led4;
// We use can on mbed pins 29(CAN_TXD) and 30(CAN_RXD).
extern CAN can2;
extern CANMessage can_MsgRx;
#endif