From 8e57c683d3d16f1dee320f10c411602ea38ba651 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Mon, 25 Mar 2013 00:57:28 +0800 Subject: initial commit --- obdlogger/README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 obdlogger/README.txt (limited to 'obdlogger/README.txt') diff --git a/obdlogger/README.txt b/obdlogger/README.txt new file mode 100644 index 0000000..112b3b5 --- /dev/null +++ b/obdlogger/README.txt @@ -0,0 +1,9 @@ +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: +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: +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 -- cgit v1.2.3