Library to control Dodge LX (83.3k) CAN devices

Dependencies:   DodgeRadioLib EthernetWrapperLib OBDIILib mbed

Revision:
5:46f139e53b15
Parent:
3:2ce0da6b91dc
Child:
6:d2f9034ca30c
--- a/main.cpp	Mon Jan 16 01:59:04 2012 +0000
+++ b/main.cpp	Tue Jan 24 02:18:42 2012 +0000
@@ -26,9 +26,7 @@
     while (1)
     {
         eth.Operate();
-        
-        radio->readCANbus();
-        
+        radio->Operate();
 //        obdii->UpdateData();
         
         wdt.kick();