From 04ff9adeac754d1cf917a341c46dcb8eb8ba1455 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Sat, 28 Jun 2014 12:02:42 +1000 Subject: Update example sketches --- libraries/OBD/examples/rpm_led_i2c/rpm_led_i2c.ino | 4 ++-- libraries/OBD/examples/rpm_led_uart/rpm_led_uart.ino | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'libraries') diff --git a/libraries/OBD/examples/rpm_led_i2c/rpm_led_i2c.ino b/libraries/OBD/examples/rpm_led_i2c/rpm_led_i2c.ino index 27b9db2..d999159 100644 --- a/libraries/OBD/examples/rpm_led_i2c/rpm_led_i2c.ino +++ b/libraries/OBD/examples/rpm_led_i2c/rpm_led_i2c.ino @@ -1,8 +1,8 @@ /************************************************************************* * Sample sketch based on OBD-II library for Arduino * Distributed under GPL v2.0 -* Copyright (c) 2012-2013 Stanley Huang -* All rights reserved. +* Visit http://freematics.com for more information +* (C)2012-2014 Stanley Huang *************************************************************************/ #include diff --git a/libraries/OBD/examples/rpm_led_uart/rpm_led_uart.ino b/libraries/OBD/examples/rpm_led_uart/rpm_led_uart.ino index 645e306..691ee9c 100644 --- a/libraries/OBD/examples/rpm_led_uart/rpm_led_uart.ino +++ b/libraries/OBD/examples/rpm_led_uart/rpm_led_uart.ino @@ -1,11 +1,12 @@ /************************************************************************* * Sample sketch based on OBD-II library for Arduino * Distributed under GPL v2.0 -* Copyright (c) 2012-2013 Stanley Huang -* All rights reserved. +* Visit http://freematics.com for more information +* (C)2012-2014 Stanley Huang *************************************************************************/ #include +#include #include COBD obd; -- cgit v1.2.3