summaryrefslogtreecommitdiff
path: root/libraries/MultiLCD/README.txt
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2013-06-10 13:21:09 +0800
committerStanley Huang <stanleyhuangyc@gmail.com>2013-06-10 13:21:09 +0800
commit47c6ff979fea8051c02fb38fe99c0021880a4ed8 (patch)
treee8ff3fc5e616e4b0a26faba64c904d7d18c75037 /libraries/MultiLCD/README.txt
parentf6082dee6e41054bec5b8d97e848517cbebbb3ad (diff)
download2021-arduino-obd-47c6ff979fea8051c02fb38fe99c0021880a4ed8.tar.gz
2021-arduino-obd-47c6ff979fea8051c02fb38fe99c0021880a4ed8.tar.bz2
2021-arduino-obd-47c6ff979fea8051c02fb38fe99c0021880a4ed8.zip
update MultiLCD library
Diffstat (limited to 'libraries/MultiLCD/README.txt')
-rw-r--r--libraries/MultiLCD/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/MultiLCD/README.txt b/libraries/MultiLCD/README.txt
new file mode 100644
index 0000000..e94646e
--- /dev/null
+++ b/libraries/MultiLCD/README.txt
@@ -0,0 +1,9 @@
+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 open the project file (obdlogger.cbp), please download CodeBlocks Arduino Edition (http://www.arduinodev.com/codeblocks).
+
+The source code is distributed under GPL license.