diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-03-07 00:05:10 +0800 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-03-07 00:05:10 +0800 |
commit | 2b1e91b1ccd6130a303a17463c7fe75cf0859273 (patch) | |
tree | 8ef567930ae881d995bacd06f06f8cc7bc92e0e1 /nanologger/README.txt | |
parent | fe25cca198cc468ae12d9cbf320c0d273c630016 (diff) | |
download | 2021-arduino-obd-2b1e91b1ccd6130a303a17463c7fe75cf0859273.tar.gz 2021-arduino-obd-2b1e91b1ccd6130a303a17463c7fe75cf0859273.tar.bz2 2021-arduino-obd-2b1e91b1ccd6130a303a17463c7fe75cf0859273.zip |
Add NanoLogger
Diffstat (limited to 'nanologger/README.txt')
-rw-r--r-- | nanologger/README.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nanologger/README.txt b/nanologger/README.txt new file mode 100644 index 0000000..5a1e5cf --- /dev/null +++ b/nanologger/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 (cbp), please download CodeBlocks Arduino Edition (http://arduinodev.com/codeblocks). + +The source code is distributed under GPL license. |