summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2018-03-23 11:26:56 +1100
committerGitHub <noreply@github.com>2018-03-23 11:26:56 +1100
commit2f38e4d9e7b63ec843fad7a371d8c3542bf70f78 (patch)
treecba246ff6fe83c735d36c6b5ab1bdb1cfc4ec8f5
parentfca6572ef38a7daf923ac6e8c87d056d1f1c5671 (diff)
download2021-arduino-obd-2f38e4d9e7b63ec843fad7a371d8c3542bf70f78.tar.gz
2021-arduino-obd-2f38e4d9e7b63ec843fad7a371d8c3542bf70f78.tar.bz2
2021-arduino-obd-2f38e4d9e7b63ec843fad7a371d8c3542bf70f78.zip
Update README.txt
-rw-r--r--nanologger/README.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/nanologger/README.txt b/nanologger/README.txt
index 6fbb9b5..115b320 100644
--- a/nanologger/README.txt
+++ b/nanologger/README.txt
@@ -1,8 +1,5 @@
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.
-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 (cbp), please download CodeBlocks Arduino Edition (http://arduinodev.com/codeblocks).