diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2019-06-27 17:08:05 +1000 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2019-06-27 17:08:05 +1000 |
commit | 1072457ae84fdba46e731ec71b4d6eb52154e64b (patch) | |
tree | 33258c0799d1bbde924b40270fbdb1c780580880 /libraries/OBD2UART/OBD2UART.h | |
parent | 26b42d6df6622198c2f3e6c76b6880aa3688c6a1 (diff) | |
download | 2021-arduino-obd-1072457ae84fdba46e731ec71b4d6eb52154e64b.tar.gz 2021-arduino-obd-1072457ae84fdba46e731ec71b4d6eb52154e64b.tar.bz2 2021-arduino-obd-1072457ae84fdba46e731ec71b4d6eb52154e64b.zip |
Update
Diffstat (limited to 'libraries/OBD2UART/OBD2UART.h')
-rw-r--r-- | libraries/OBD2UART/OBD2UART.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/OBD2UART/OBD2UART.h b/libraries/OBD2UART/OBD2UART.h index 2674274..38688fa 100644 --- a/libraries/OBD2UART/OBD2UART.h +++ b/libraries/OBD2UART/OBD2UART.h @@ -1,8 +1,8 @@ /************************************************************************* * Arduino Library for Freematics OBD-II UART Adapter * Distributed under BSD License -* Visit http://freematics.com for more information -* (C)2012-2016 Stanley Huang <stanleyhuangyc@gmail.com> +* Visit https://freematics.com for more information +* (C)2012-2019 Stanley Huang <stanley@freematics.com.au> *************************************************************************/ #include <Arduino.h> |