Final Report

Dependencies:   mbed

Fork of ecu_reader by Sukkin Pang

globals.cpp

Committer:
LAvtec818
Date:
2014-10-27
Revision:
6:dae9630af6e3
Parent:
3:05bb8f0bd7a4

File content as of revision 6:dae9630af6e3:

#include "globals.h"



DigitalOut led1 (LED1);
DigitalOut led2 (LED2);
DigitalOut led3 (LED3);
DigitalOut led4 (LED4);

// We use can on mbed pins 29(CAN_TXD) and 30(CAN_RXD).
CAN can2(p30, p29);
CANMessage can_MsgRx;