diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-08-16 17:30:30 +0800 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-08-16 17:30:30 +0800 |
commit | 18e825a8a2ea5424fdf6ff940ed76412ac7dfdad (patch) | |
tree | 884ddb357c039aa54dcdb5c0dc81f43a2bf36f07 /libraries/MultiLCD/README.txt | |
parent | 13d3017ab8323689111175b287451ffc142eeb07 (diff) | |
download | 2021-arduino-obd-18e825a8a2ea5424fdf6ff940ed76412ac7dfdad.tar.gz 2021-arduino-obd-18e825a8a2ea5424fdf6ff940ed76412ac7dfdad.tar.bz2 2021-arduino-obd-18e825a8a2ea5424fdf6ff940ed76412ac7dfdad.zip |
update MultiLCD library
Diffstat (limited to 'libraries/MultiLCD/README.txt')
-rw-r--r-- | libraries/MultiLCD/README.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libraries/MultiLCD/README.txt b/libraries/MultiLCD/README.txt deleted file mode 100644 index e94646e..0000000 --- a/libraries/MultiLCD/README.txt +++ /dev/null @@ -1,9 +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://obd.arduinodev.com/view.html - -To open the project file (obdlogger.cbp), please download CodeBlocks Arduino Edition (http://www.arduinodev.com/codeblocks). - -The source code is distributed under GPL license. |