diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-07-04 16:59:11 +0800 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-07-04 16:59:11 +0800 |
commit | dcec4cc948614d8954f5d294f4cd0d28eee80b11 (patch) | |
tree | 9f87f356e11de36c296897aab15906092a3df355 /megalogger | |
parent | 4ff68b8f1a9706aa2bb936ed541848343602517c (diff) | |
parent | d60792aaff91c45bdd8e3582f01127ffa73b3817 (diff) | |
download | 2021-arduino-obd-dcec4cc948614d8954f5d294f4cd0d28eee80b11.tar.gz 2021-arduino-obd-dcec4cc948614d8954f5d294f4cd0d28eee80b11.tar.bz2 2021-arduino-obd-dcec4cc948614d8954f5d294f4cd0d28eee80b11.zip |
Merge branch 'master' of https://github.com/stanleyhuangyc/ArduinoOBD
Diffstat (limited to 'megalogger')
-rw-r--r-- | megalogger/README.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/megalogger/README.txt b/megalogger/README.txt index 79e7c67..aee353c 100644 --- a/megalogger/README.txt +++ b/megalogger/README.txt @@ -1,5 +1,4 @@ -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 +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. The recorded data is stored in CSV format and the file can be illustrated into a graphic chart by a free service at: http://obd.arduinodev.com/view.html |