diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-02-24 01:47:57 +0800 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-02-24 01:47:57 +0800 |
commit | fe25cca198cc468ae12d9cbf320c0d273c630016 (patch) | |
tree | f5acba330779777d973ddc29c52256b48e26e36d /obdlogger/README.txt | |
parent | 91335d13a15c13cbb1fad11b35e89d14ebd8e903 (diff) | |
download | 2021-arduino-obd-fe25cca198cc468ae12d9cbf320c0d273c630016.tar.gz 2021-arduino-obd-fe25cca198cc468ae12d9cbf320c0d273c630016.tar.bz2 2021-arduino-obd-fe25cca198cc468ae12d9cbf320c0d273c630016.zip |
Update OBD logger
Diffstat (limited to 'obdlogger/README.txt')
-rw-r--r-- | obdlogger/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/obdlogger/README.txt b/obdlogger/README.txt index 79e7c67..217971f 100644 --- a/obdlogger/README.txt +++ b/obdlogger/README.txt @@ -2,10 +2,10 @@ This is the source code for the Arduino OBD-II data logger, which displays (on a http://obd.arduinodev.com The recorded data is stored in CSV format and the file can be illustrated into a graphic chart by a free service at: -http://obd.arduinodev.com/view.html +http://freematics.com/chart/ To compile the code with Arduino IDE, please copy all library files from the libraries directory to Arduino's libraries directory. -To open the project file (obdlogger.cbp), please download CodeBlocks Arduino Edition (http://www.arduinodev.com/codeblocks). +To open the project file (obdlogger.cbp), please download CodeBlocks Arduino Edition (http://arduinodev.com/codeblocks). The source code is distributed under GPL license. |