summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2013-09-06 13:11:50 +0800
committerStanley Huang <stanleyhuangyc@gmail.com>2013-09-06 13:11:50 +0800
commitbc08bb34c5e14132edba9cfae2c6a050daab03aa (patch)
tree3141ebe5fc124b900d09d8d06d784bf6e74ae8b9
parentfa1d3eac1a2450d6c3d945e33b87d84615ff5b7b (diff)
download2021-arduino-obd-bc08bb34c5e14132edba9cfae2c6a050daab03aa.tar.gz
2021-arduino-obd-bc08bb34c5e14132edba9cfae2c6a050daab03aa.tar.bz2
2021-arduino-obd-bc08bb34c5e14132edba9cfae2c6a050daab03aa.zip
Update README.txt
-rw-r--r--megalogger/README.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/megalogger/README.txt b/megalogger/README.txt
index aee353c..6d874dd 100644
--- a/megalogger/README.txt
+++ b/megalogger/README.txt
@@ -1,8 +1,5 @@
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).