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.
Fork of CAN_bus_reader_pub by
globals.cpp
00001 #include "globals.h" 00002 00003 Serial pc (USBTX,USBRX); 00004 00005 DigitalOut led1 (LED1); 00006 DigitalOut led2 (LED2); 00007 DigitalOut led3 (LED3); 00008 DigitalOut led4 (LED4); 00009 00010 // We use can on mbed pins 29(CAN_TXD) and 30(CAN_RXD). 00011 CAN can2(p30, p29); 00012 CANMessage can_MsgRx;
Generated on Mon Aug 1 2022 03:16:42 by
1.7.2
