diff options
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. |