Library to control Dodge LX (83.3k) CAN devices

Dependencies:   DodgeRadioLib EthernetWrapperLib OBDIILib mbed

Revision:
6:d2f9034ca30c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rtg_mbed_bob.h	Mon May 28 18:57:13 2012 +0000
@@ -0,0 +1,17 @@
+#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