From bc08bb34c5e14132edba9cfae2c6a050daab03aa Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Fri, 6 Sep 2013 13:11:50 +0800 Subject: Update README.txt --- megalogger/README.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'megalogger') diff --git a/megalogger/README.txt b/megalogger/README.txt index aee353c..6d874dd 100644 --- a/megalogger/README.txt +++ b/megalogger/README.txt @@ -1,8 +1,5 @@ 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 - To compile the code with Arduino IDE, please copy all library files from the libraries directory to Arduino's libraries directory. To open the project file (obdlogger.cbp), please download CodeBlocks Arduino Edition (http://www.arduinodev.com/codeblocks). -- cgit v1.2.3 From 81005ea641d723f447a20e82020e6132e6e1775d Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Fri, 6 Sep 2013 13:12:55 +0800 Subject: Update README.txt --- megalogger/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'megalogger') diff --git a/megalogger/README.txt b/megalogger/README.txt index 6d874dd..5a01eb2 100644 --- a/megalogger/README.txt +++ b/megalogger/README.txt @@ -2,6 +2,6 @@ This is the source code for the Arduino OBD-II data logger, which displays (on a To compile the code with Arduino IDE, please copy all library files from the libraries directory to Arduino's libraries directory. -To open the project file (obdlogger.cbp), please download CodeBlocks Arduino Edition (http://www.arduinodev.com/codeblocks). +To use the project file (megalogger.cbp) to compile and upload, please download CodeBlocks Arduino Edition (http://www.arduinodev.com/codeblocks). The source code is distributed under GPL license. -- cgit v1.2.3