summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2017-05-24 21:07:21 +1000
committerStanley Huang <stanleyhuangyc@gmail.com>2017-05-24 21:07:21 +1000
commit7dd3022a62be93d9cbedf94585160c4cbfce2f8e (patch)
treec008854ad8c5276510d3abc63e2bb2d46581a522
parentbace02e44f4f4bb88c7ad7a74722b153a2f118fc (diff)
parentc2da05f0ba181e52e29ad734cb411c0ffb3375ce (diff)
download2021-arduino-obd-7dd3022a62be93d9cbedf94585160c4cbfce2f8e.tar.gz
2021-arduino-obd-7dd3022a62be93d9cbedf94585160c4cbfce2f8e.tar.bz2
2021-arduino-obd-7dd3022a62be93d9cbedf94585160c4cbfce2f8e.zip
Merge branch 'master' of https://github.com/stanleyhuangyc/ArduinoOBD
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 461542c..006479c 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
Arduino OBD-II Adapter Library & Sketches
=========================================
-(C)2012-2015 Freematics.com
+(C)2012-2017 Freematics.com
-OBD-II Adapter for Arduino is a product that works as a vehicle OBD-II data bridge for Arduino (literally all embedded platforms) with open-source Arduino library provided. Besides providing easy-to-use OBD-II data access, it also integrates 6-axis or 9-axis MEMS sensor module and a voltmeter for measuring vehicle battery power. The adapter draws power from OBD-II port and convert it to 5V for powering attached device.
+OBD-II Adapter for Arduino is a product that works as a vehicle OBD-II data bridge for Arduino (literally all embedded platforms) with open-source Arduino library provided. Besides providing easy-to-use OBD-II data access, it also integrates 6-axis MEMS sensor module and a voltmeter for measuring vehicle battery power. The adapter draws power from OBD-II port and convert it to 5V for powering attached device.
OBD-II Adapter: http://freematics.com/pages/products/arduino-obd-adapter/
@@ -63,6 +63,8 @@ nanologger - OBD-II data logger working with 128x64 monochrome OLED display (for
megalogger - OBD-II and GPS data logger based on 320x240 TFT LCD display (for Arduino MEGA)
+megaloggerHD - OBD-II and GPS data logger based on 480x320 TFT LCD display (for Arduino MEGA)
+
tester - a testing sketch for OBD-II communication and capability
utilites - useful utility source code for development