diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-01-08 22:37:00 +1100 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-01-08 22:37:00 +1100 |
commit | e1887a123deb2e166dd1bb0dd1d76f6fd665f1a8 (patch) | |
tree | 54ae14f0a5956c5a32ecf6cb37a04bcfa96509e7 /libraries/OBD | |
parent | 57cf40b7e13cc1cddf8cabe83e9ea32d28bbd168 (diff) | |
download | 2021-arduino-obd-e1887a123deb2e166dd1bb0dd1d76f6fd665f1a8.tar.gz 2021-arduino-obd-e1887a123deb2e166dd1bb0dd1d76f6fd665f1a8.tar.bz2 2021-arduino-obd-e1887a123deb2e166dd1bb0dd1d76f6fd665f1a8.zip |
Update OBD.cpp
Diffstat (limited to 'libraries/OBD')
-rw-r--r-- | libraries/OBD/OBD.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/OBD/OBD.cpp b/libraries/OBD/OBD.cpp index a1d2191..95c1463 100644 --- a/libraries/OBD/OBD.cpp +++ b/libraries/OBD/OBD.cpp @@ -1,7 +1,7 @@ /*************************************************************************
* 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>
*************************************************************************/
|