summaryrefslogtreecommitdiff
path: root/megalogger/README.txt
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2013-06-10 13:23:15 +0800
committerStanley Huang <stanleyhuangyc@gmail.com>2013-06-10 13:23:15 +0800
commit1da4c82adf222a4fe62ffffc902cb28bcbf2452e (patch)
tree21b19a4efb33093e5f88af8a41b55ba7541abb85 /megalogger/README.txt
parent6afdcf2e9846ba3ba0e102f3da4500b206fdce9a (diff)
download2021-arduino-obd-1da4c82adf222a4fe62ffffc902cb28bcbf2452e.tar.gz
2021-arduino-obd-1da4c82adf222a4fe62ffffc902cb28bcbf2452e.tar.bz2
2021-arduino-obd-1da4c82adf222a4fe62ffffc902cb28bcbf2452e.zip
add MEGA Logger
The OBD/GPS/G-force data logger based on Arduino MEGA
Diffstat (limited to 'megalogger/README.txt')
-rw-r--r--megalogger/README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/megalogger/README.txt b/megalogger/README.txt
new file mode 100644
index 0000000..79e7c67
--- /dev/null
+++ b/megalogger/README.txt
@@ -0,0 +1,11 @@
+This is the source code for the Arduino OBD-II data logger, which displays (on a 128x64 OLED display module) and records (to a SD card) a selected set of OBD-II data. For hardware configuration and wiring guide, please refer to:
+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.