Library to control Dodge LX (83.3k) CAN devices

Dependencies:   DodgeRadioLib EthernetWrapperLib OBDIILib mbed

Committer:
rtgree01
Date:
Mon May 28 18:57:13 2012 +0000
Revision:
6:d2f9034ca30c
Cleaned up

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rtgree01 6:d2f9034ca30c 1 #include "mbed.h"
rtgree01 6:d2f9034ca30c 2
rtgree01 6:d2f9034ca30c 3 CAN can1(p9,p10);
rtgree01 6:d2f9034ca30c 4 DigitalOut can1_rs(p24);
rtgree01 6:d2f9034ca30c 5
rtgree01 6:d2f9034ca30c 6 CAN can2(p30,p29);
rtgree01 6:d2f9034ca30c 7 DigitalOut can2_rs(p26);
rtgree01 6:d2f9034ca30c 8 InterruptIn can2_irq(p25);
rtgree01 6:d2f9034ca30c 9
rtgree01 6:d2f9034ca30c 10
rtgree01 6:d2f9034ca30c 11 Serial pc(USBTX, USBRX); // tx, rx
rtgree01 6:d2f9034ca30c 12 Serial ser1(p28, p27); // tx, rx
rtgree01 6:d2f9034ca30c 13 DigitalOut ser1_dtr(p23);
rtgree01 6:d2f9034ca30c 14
rtgree01 6:d2f9034ca30c 15 //#include "SDFileSystem.h"
rtgree01 6:d2f9034ca30c 16
rtgree01 6:d2f9034ca30c 17 //SDFileSystem sd(p5, p6, p7, p8, "sd"); // the pinout on the mbed Cool Components workshop board