From 948fac18830154769e8c569bdb04f0f328eb9d64 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Mon, 7 Oct 2013 11:19:56 +0800 Subject: add support for the new OBD I2C adapter --- libraries/OBD/examples/rpm_led/rpm_led.ino | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libraries/OBD/examples/rpm_led') diff --git a/libraries/OBD/examples/rpm_led/rpm_led.ino b/libraries/OBD/examples/rpm_led/rpm_led.ino index 669d690..630336c 100644 --- a/libraries/OBD/examples/rpm_led/rpm_led.ino +++ b/libraries/OBD/examples/rpm_led/rpm_led.ino @@ -6,10 +6,15 @@ *************************************************************************/ #include -#include "OBD.h" +#include +#include +// OBD-II UART Adapter COBD obd; +// OBD-II I2C Adapter +//COBDI2C obd; + void setup() { // we'll use the debug LED as output -- cgit v1.2.3