diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-05-11 12:45:48 +0800 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-05-11 12:45:48 +0800 |
commit | 5958ea47a47d5f514403e39b132a4fc6035f0e5f (patch) | |
tree | 2e242376bf6df3722d04d7d641f44ed66d351c97 /libraries/OBD/OBD.h | |
parent | 7419eb31668c0c95881885a8cb4fd41f3007ce8f (diff) | |
download | 2021-arduino-obd-5958ea47a47d5f514403e39b132a4fc6035f0e5f.tar.gz 2021-arduino-obd-5958ea47a47d5f514403e39b132a4fc6035f0e5f.tar.bz2 2021-arduino-obd-5958ea47a47d5f514403e39b132a4fc6035f0e5f.zip |
Update OBD library
Diffstat (limited to 'libraries/OBD/OBD.h')
-rw-r--r-- | libraries/OBD/OBD.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/OBD/OBD.h b/libraries/OBD/OBD.h index dcf4890..f5cf78e 100644 --- a/libraries/OBD/OBD.h +++ b/libraries/OBD/OBD.h @@ -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>
*************************************************************************/
|