diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-07-04 12:22:28 +0800 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-07-04 12:22:28 +0800 |
commit | d60792aaff91c45bdd8e3582f01127ffa73b3817 (patch) | |
tree | dcffaeecfbd7b0e194dae4794743863b58501b9f /megalogger | |
parent | 2ca1e8f7c391a2d8629aaea8d27b14c63cf7e17d (diff) | |
download | 2021-arduino-obd-d60792aaff91c45bdd8e3582f01127ffa73b3817.tar.gz 2021-arduino-obd-d60792aaff91c45bdd8e3582f01127ffa73b3817.tar.bz2 2021-arduino-obd-d60792aaff91c45bdd8e3582f01127ffa73b3817.zip |
Update README.txt
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 |