diff options
Diffstat (limited to 'obdlogger/README.txt')
-rw-r--r-- | obdlogger/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/obdlogger/README.txt b/obdlogger/README.txt index 112b3b5..e94646e 100644 --- a/obdlogger/README.txt +++ b/obdlogger/README.txt @@ -1,4 +1,4 @@ -This is the source code for the Arduino OBD-II data logger, which displays (on a 128กม64 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: +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 The recorded data is stored in CSV format and the file can be illustrated into a graphic chart by a free service at: @@ -6,4 +6,4 @@ http://obd.arduinodev.com/view.html To open the project file (obdlogger.cbp), please download CodeBlocks Arduino Edition (http://www.arduinodev.com/codeblocks). -The source code is distributed under GPL license.
\ No newline at end of file +The source code is distributed under GPL license. |