diff options
author | Stanley Huang <stanleyhuangyc@live.com> | 2018-04-11 11:38:05 +1000 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@live.com> | 2018-04-11 11:38:05 +1000 |
commit | 47b642a6e06e05d17b70c2369af5acbc2ae9daf2 (patch) | |
tree | b39c3f994a28862463c0ac04f0fddb81cc6f18ba /nanologger | |
parent | 26196c5808a0c1dd2fba7e357d9a7ba8aa7037d7 (diff) | |
parent | da6126b1c37ed3aa8e095a1dcc8509d4537c4819 (diff) | |
download | 2021-arduino-obd-47b642a6e06e05d17b70c2369af5acbc2ae9daf2.tar.gz 2021-arduino-obd-47b642a6e06e05d17b70c2369af5acbc2ae9daf2.tar.bz2 2021-arduino-obd-47b642a6e06e05d17b70c2369af5acbc2ae9daf2.zip |
Merge branch 'master' of https://github.com/stanleyhuangyc/ArduinoOBD
Diffstat (limited to 'nanologger')
-rw-r--r-- | nanologger/README.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nanologger/README.txt b/nanologger/README.txt index 6fbb9b5..d381889 100644 --- a/nanologger/README.txt +++ b/nanologger/README.txt @@ -1,10 +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). - The source code is distributed under GPL license. |