Library to control Dodge LX (83.3k) CAN devices

Dependencies:   DodgeRadioLib EthernetWrapperLib OBDIILib mbed

rtg_mbed_bob.h

Committer:
rtgree01
Date:
2013-01-25
Revision:
8:92e624c2841e
Parent:
6:d2f9034ca30c

File content as of revision 8:92e624c2841e:

#include "mbed.h"

CAN         can1(p9,p10);
DigitalOut  can1_rs(p24);
    
CAN         can2(p30,p29);
DigitalOut  can2_rs(p26);
InterruptIn can2_irq(p25);


Serial      pc(USBTX, USBRX);   // tx, rx
Serial      ser1(p28, p27);     // tx, rx
DigitalOut  ser1_dtr(p23);

//#include "SDFileSystem.h"

//SDFileSystem sd(p5, p6, p7, p8, "sd"); // the pinout on the mbed Cool Components workshop board