diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-01-08 22:36:42 +1100 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-01-08 22:36:42 +1100 |
commit | 57cf40b7e13cc1cddf8cabe83e9ea32d28bbd168 (patch) | |
tree | 6c2482ee497bcabb8d12618846af5846b04c6b14 /libraries/OBD | |
parent | 17055653d971cf5c28771efcee8e7559a044b1c6 (diff) | |
download | 2021-arduino-obd-57cf40b7e13cc1cddf8cabe83e9ea32d28bbd168.tar.gz 2021-arduino-obd-57cf40b7e13cc1cddf8cabe83e9ea32d28bbd168.tar.bz2 2021-arduino-obd-57cf40b7e13cc1cddf8cabe83e9ea32d28bbd168.zip |
Update OBD.h
Diffstat (limited to 'libraries/OBD')
-rw-r--r-- | libraries/OBD/OBD.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/OBD/OBD.h b/libraries/OBD/OBD.h index 3ecd6cc..2c0f670 100644 --- a/libraries/OBD/OBD.h +++ b/libraries/OBD/OBD.h @@ -1,7 +1,7 @@ /*************************************************************************
-* Arduino Library for OBD-II UART/I2C Adapter
+* Arduino Library for OBD-II UART/I2C Adapter
* Distributed under GPL v2.0
-* Visit http://arduinodev.com for more information
+* Visit http://freematics.com for more information
* (C)2012-2014 Stanley Huang <stanleyhuangyc@gmail.com>
*************************************************************************/
|