summaryrefslogtreecommitdiff
path: root/unologger/README.txt
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2014-03-09 12:27:39 +0800
committerStanley Huang <stanleyhuangyc@gmail.com>2014-03-09 12:27:39 +0800
commitf764081fd8d50680a5da8b6ebe3c44ddcdf15a18 (patch)
treebfe6355237d2514ead3b3aafad5cc0e778866eb3 /unologger/README.txt
parenta813c64c60a04a157d9c0a10cdba556daef599ca (diff)
download2021-arduino-obd-f764081fd8d50680a5da8b6ebe3c44ddcdf15a18.tar.gz
2021-arduino-obd-f764081fd8d50680a5da8b6ebe3c44ddcdf15a18.tar.bz2
2021-arduino-obd-f764081fd8d50680a5da8b6ebe3c44ddcdf15a18.zip
Add UnoLogger
UnoLogger is a data logger sketch for Arduino UNO
Diffstat (limited to 'unologger/README.txt')
-rw-r--r--unologger/README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/unologger/README.txt b/unologger/README.txt
new file mode 100644
index 0000000..217971f
--- /dev/null
+++ b/unologger/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://freematics.com/chart/
+
+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://arduinodev.com/codeblocks).
+
+The source code is distributed under GPL license.