diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-07-16 12:00:14 +1000 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-07-16 12:00:14 +1000 |
commit | 77188df69a7cdfe7e9b63661ee623f0182f6621e (patch) | |
tree | 18dcf5b017a83823fc051d2eede0ddf9632061a1 /nanologger/README.txt | |
parent | ebd8a8a5734c0f42c1cf388b37f3d90bfa47a9c6 (diff) | |
download | 2021-arduino-obd-77188df69a7cdfe7e9b63661ee623f0182f6621e.tar.gz 2021-arduino-obd-77188df69a7cdfe7e9b63661ee623f0182f6621e.tar.bz2 2021-arduino-obd-77188df69a7cdfe7e9b63661ee623f0182f6621e.zip |
Update Nano Logger
Diffstat (limited to 'nanologger/README.txt')
-rw-r--r-- | nanologger/README.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nanologger/README.txt b/nanologger/README.txt index 5a1e5cf..6fbb9b5 100644 --- a/nanologger/README.txt +++ b/nanologger/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 128x64 OLED display module) 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://freematics.com/chart/ |