OBDII library, based on SK Pang\\\'s ecu reader. more details to be added shortly.

Revision:
1:4b7c280d433d
Parent:
0:5b4bcf184488
--- a/globals.cpp	Mon May 02 02:46:26 2011 +0000
+++ b/globals.cpp	Mon May 02 04:34:18 2011 +0000
@@ -1,12 +1,5 @@
 #include "globals.h"
-
 Serial pc (USBTX,USBRX);
-
-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).
+// Using mbed pins 29(CAN_TXD) and 30(CAN_RXD)
 CAN can2(p30, p29);
 CANMessage can_MsgRx;
\ No newline at end of file