summaryrefslogtreecommitdiff
path: root/pbox/README.txt
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2014-08-15 21:36:03 +1000
committerStanley Huang <stanleyhuangyc@gmail.com>2014-08-15 21:36:03 +1000
commit25851949cce42c297b8a5c6b4daf684196c78a01 (patch)
treef7c55cc1e0d00b2174586d66f8dddbe65333bff7 /pbox/README.txt
parent881ba1dec955faaf052e55259d5f315e77781934 (diff)
download2021-arduino-obd-25851949cce42c297b8a5c6b4daf684196c78a01.tar.gz
2021-arduino-obd-25851949cce42c297b8a5c6b4daf684196c78a01.tar.bz2
2021-arduino-obd-25851949cce42c297b8a5c6b4daf684196c78a01.zip
Add NanoTimer
Diffstat (limited to 'pbox/README.txt')
-rw-r--r--pbox/README.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/pbox/README.txt b/pbox/README.txt
deleted file mode 100644
index 217971f..0000000
--- a/pbox/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.