From 81cf413d99aec5eeffa88e32f1f8fd34c724723f Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Sun, 28 Jul 2013 11:23:38 +0800 Subject: minor updates for OBD library --- libraries/OBD/examples/rpm_led/rpm_led.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/OBD/examples') diff --git a/libraries/OBD/examples/rpm_led/rpm_led.ino b/libraries/OBD/examples/rpm_led/rpm_led.ino index 9ebf34f..669d690 100644 --- a/libraries/OBD/examples/rpm_led/rpm_led.ino +++ b/libraries/OBD/examples/rpm_led/rpm_led.ino @@ -14,7 +14,7 @@ void setup() { // we'll use the debug LED as output pinMode(13, OUTPUT); - // start serial communication at the adapter defined baudrate + // start communication with OBD-II UART adapter obd.begin(); // initiate OBD-II connection until success while (!obd.init()); -- cgit v1.2.3