Whitworth-EN173-2016 / Mbed 2 deprecated CAN Diagnostics

Dependencies:   UniGraphic mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers globals.cpp Source File

globals.cpp

00001 #include "globals.h"
00002 extern Serial pc (USBTX,USBRX);
00003 // Used these two files to set up the CAN objects and Serial communication
00004 CAN can2(p30, p29);
00005 CANMessage can_MsgRx;