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: 4DGL-uLCD-SE SDFileSystem mbed-rtos mbed
globals.cpp
00001 #include "globals.h" 00002 00003 uLCD_4DGL lcd(p9,p10,p11); // serial tx, serial rx, reset pin; 00004 Serial pc (USBTX,USBRX); 00005 00006 DigitalOut led1 (LED1); 00007 DigitalOut led2 (LED2); 00008 DigitalOut led3 (LED3); 00009 DigitalOut led4 (LED4); 00010 00011 // We use can on mbed pins 29(CAN_TXD) and 30(CAN_RXD). 00012 CAN can2(p30, p29); 00013 CANMessage can_MsgRx; 00014 int PID020, PID2140, PID4160; //PID Support Masks
Generated on Wed Jul 13 2022 21:41:21 by
1.7.2