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

Committer:
AliBros
Date:
Mon May 02 04:34:18 2011 +0000
Revision:
1:4b7c280d433d
Parent:
0:5b4bcf184488

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AliBros 0:5b4bcf184488 1 #include "globals.h"
AliBros 0:5b4bcf184488 2 Serial pc (USBTX,USBRX);
AliBros 1:4b7c280d433d 3 // Using mbed pins 29(CAN_TXD) and 30(CAN_RXD)
AliBros 0:5b4bcf184488 4 CAN can2(p30, p29);
AliBros 0:5b4bcf184488 5 CANMessage can_MsgRx;