summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2013-09-10 13:03:05 +0800
committerStanley Huang <stanleyhuangyc@gmail.com>2013-09-10 13:03:05 +0800
commit2a3fb81e92fe47db3630243d09aa9b5e02842da2 (patch)
tree656b186c6f4d44fcf81557f53de60e421859d136
parentab65a4d3c482ba35eb557c2d46ca415b82c7542f (diff)
parent81005ea641d723f447a20e82020e6132e6e1775d (diff)
download2021-arduino-obd-2a3fb81e92fe47db3630243d09aa9b5e02842da2.tar.gz
2021-arduino-obd-2a3fb81e92fe47db3630243d09aa9b5e02842da2.tar.bz2
2021-arduino-obd-2a3fb81e92fe47db3630243d09aa9b5e02842da2.zip
Merge branch 'master' of https://github.com/stanleyhuangyc/ArduinoOBD
-rw-r--r--megalogger/README.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/megalogger/README.txt b/megalogger/README.txt
index aee353c..5a01eb2 100644
--- a/megalogger/README.txt
+++ b/megalogger/README.txt
@@ -1,10 +1,7 @@
This is the source code for the Arduino OBD-II data logger, which displays (on a 320x240 TFT LCD shield) and records (to a SD card) a selected set of OBD-II data.
-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).
+To use the project file (megalogger.cbp) to compile and upload, please download CodeBlocks Arduino Edition (http://www.arduinodev.com/codeblocks).
The source code is distributed under GPL license.