diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-06-10 13:21:54 +0800 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-06-10 13:21:54 +0800 |
commit | f99f21926e515cf93e2af35eb82808f337998738 (patch) | |
tree | ba931f65405704517acc543a4e96fc521fe3212e /obdlogger/README.txt | |
parent | 47c6ff979fea8051c02fb38fe99c0021880a4ed8 (diff) | |
download | 2021-arduino-obd-f99f21926e515cf93e2af35eb82808f337998738.tar.gz 2021-arduino-obd-f99f21926e515cf93e2af35eb82808f337998738.tar.bz2 2021-arduino-obd-f99f21926e515cf93e2af35eb82808f337998738.zip |
update OBD logger
Diffstat (limited to 'obdlogger/README.txt')
-rw-r--r-- | obdlogger/README.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/obdlogger/README.txt b/obdlogger/README.txt index e94646e..79e7c67 100644 --- a/obdlogger/README.txt +++ b/obdlogger/README.txt @@ -4,6 +4,8 @@ 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 +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). The source code is distributed under GPL license. |