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 #ifndef GLOBALS_H
AliBros 0:5b4bcf184488 2 #define GLOBALS_H
AliBros 0:5b4bcf184488 3
AliBros 0:5b4bcf184488 4 #include "mbed.h"
AliBros 0:5b4bcf184488 5
AliBros 0:5b4bcf184488 6 extern Serial pc;
AliBros 0:5b4bcf184488 7
AliBros 1:4b7c280d433d 8 // Using mbed pins 29(CAN_TXD) and 30(CAN_RXD).
AliBros 0:5b4bcf184488 9 extern CAN can2;
AliBros 0:5b4bcf184488 10 extern CANMessage can_MsgRx;
AliBros 0:5b4bcf184488 11 #endif