diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-12-22 22:22:00 +1100 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-12-22 22:22:00 +1100 |
commit | b0cf326df7da71bdde0afeee587dba3e8bb6bd96 (patch) | |
tree | 5823e6855a39e9f5c5b4011ee3d03e4f19007b8b /megalogger | |
parent | 1f7a0c08ecf9884398bc032a62f021512ecd23f6 (diff) | |
download | 2021-arduino-obd-b0cf326df7da71bdde0afeee587dba3e8bb6bd96.tar.gz 2021-arduino-obd-b0cf326df7da71bdde0afeee587dba3e8bb6bd96.tar.bz2 2021-arduino-obd-b0cf326df7da71bdde0afeee587dba3e8bb6bd96.zip |
Update README.txt
Diffstat (limited to 'megalogger')
-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. |