diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-06-26 20:45:22 +1000 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-06-26 20:45:22 +1000 |
commit | 0e4ceeb52dff93724c0fe1ac8c45fd0cd878bf69 (patch) | |
tree | 5c4c729d1ca45642b942e9990818ba06d128b485 /megalogger | |
parent | 6c487ddaa91e79734b2ada2acd172ae3a5e34ade (diff) | |
download | 2021-arduino-obd-0e4ceeb52dff93724c0fe1ac8c45fd0cd878bf69.tar.gz 2021-arduino-obd-0e4ceeb52dff93724c0fe1ac8c45fd0cd878bf69.tar.bz2 2021-arduino-obd-0e4ceeb52dff93724c0fe1ac8c45fd0cd878bf69.zip |
Update README.txt
Diffstat (limited to 'megalogger')
-rw-r--r-- | megalogger/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/megalogger/README.txt b/megalogger/README.txt index 82cd927..4ea0e2d 100644 --- a/megalogger/README.txt +++ b/megalogger/README.txt @@ -2,6 +2,6 @@ This is the source code for the Arduino OBD-II data logger, which displays (on a 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://www.arduinodev.com/codeblocks). +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. |