diff options
Diffstat (limited to 'obdlogger/README.txt')
-rw-r--r-- | obdlogger/README.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/obdlogger/README.txt b/obdlogger/README.txt index e94646e..79e7c67 100644 --- a/obdlogger/README.txt +++ b/obdlogger/README.txt @@ -4,6 +4,8 @@ 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 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). The source code is distributed under GPL license. |