diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-12-27 00:21:29 +1100 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-12-27 00:21:29 +1100 |
commit | ba3954b0817e10c2f514786005c302b7d707358f (patch) | |
tree | aedb703a0bd4758b944a44b9b32687cd48a4ea1d /megalogger/README.txt | |
parent | 2fe8b9cc9df6abd2560a19474fb58da8e501873f (diff) | |
parent | 05344e2adc4eda1a65cdd457231fa18453931569 (diff) | |
download | 2021-arduino-obd-ba3954b0817e10c2f514786005c302b7d707358f.tar.gz 2021-arduino-obd-ba3954b0817e10c2f514786005c302b7d707358f.tar.bz2 2021-arduino-obd-ba3954b0817e10c2f514786005c302b7d707358f.zip |
Merge branch 'master' of https://github.com/stanleyhuangyc/ArduinoOBD
Diffstat (limited to 'megalogger/README.txt')
-rw-r--r-- | megalogger/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/megalogger/README.txt b/megalogger/README.txt index 5a01eb2..82cd927 100644 --- a/megalogger/README.txt +++ b/megalogger/README.txt @@ -1,4 +1,4 @@ -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. +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) GPS and a set of OBD-II data in the form of text-based CSV format file or more compacted binary file. To compile the code with Arduino IDE, please copy all library files from the libraries directory to Arduino's libraries directory. |