From e494891c8cb7a47279d5ce514850fa855e64ab0c Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Sun, 17 May 2015 23:29:14 +1000 Subject: No more unologger --- unologger/README.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 unologger/README.txt (limited to 'unologger/README.txt') diff --git a/unologger/README.txt b/unologger/README.txt deleted file mode 100644 index 217971f..0000000 --- a/unologger/README.txt +++ /dev/null @@ -1,11 +0,0 @@ -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: -http://freematics.com/chart/ - -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://arduinodev.com/codeblocks). - -The source code is distributed under GPL license. -- cgit v1.2.3