summaryrefslogtreecommitdiff
path: root/megalogger/README.txt
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2014-08-25 12:35:52 +1000
committerStanley Huang <stanleyhuangyc@gmail.com>2014-08-25 12:35:52 +1000
commit5c134ab7cbbe0a9e18cdbe4d62530a6510dda43f (patch)
tree20cede149063ae0de6e443048cc7367be7ffe3c1 /megalogger/README.txt
parentec7d3d49a49b399c9894711ea25586498e749c33 (diff)
download2021-arduino-obd-5c134ab7cbbe0a9e18cdbe4d62530a6510dda43f.tar.gz
2021-arduino-obd-5c134ab7cbbe0a9e18cdbe4d62530a6510dda43f.tar.bz2
2021-arduino-obd-5c134ab7cbbe0a9e18cdbe4d62530a6510dda43f.zip
Update README
Diffstat (limited to 'megalogger/README.txt')
-rw-r--r--megalogger/README.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/megalogger/README.txt b/megalogger/README.txt
deleted file mode 100644
index 4ea0e2d..0000000
--- a/megalogger/README.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-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) GPS and a set of OBD-II data in the form of text-based CSV format file or more compacted binary file.
-
-To compile the code with Arduino IDE, please copy all library files from the libraries directory to Arduino's libraries directory.
-
-To use the project file (megalogger.cbp) to compile and upload, please download CodeBlocks Arduino Edition (http://arduinodev.com/codeblocks).
-
-The source code is distributed under GPL license.