diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2018-02-13 14:44:15 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-13 14:44:15 +1100 |
commit | 8b783513a80861163e4f95a8ffcc60e9a293fc5d (patch) | |
tree | 8db02515e953c49f281a48051a7880f5e90fe820 | |
parent | 33999a3101275925071ad9f5b2b31d914e2c6b94 (diff) | |
download | 2021-arduino-obd-8b783513a80861163e4f95a8ffcc60e9a293fc5d.tar.gz 2021-arduino-obd-8b783513a80861163e4f95a8ffcc60e9a293fc5d.tar.bz2 2021-arduino-obd-8b783513a80861163e4f95a8ffcc60e9a293fc5d.zip |
Update README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,13 +1,14 @@ Arduino OBD-II Adapter Library & Sketches ========================================= -(C)2012-2017 Freematics.com +(C)2012-2018 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 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 9-DOF motion sensor and 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/ +Related Products -OBD-II Telematics DIY Kit: http://freematics.com/pages/products/arduino-telematics-kit-3/ +* [Freematics OBD-II UART Adapter](http://freematics.com/pages/products/arduino-obd-adapter/) +* [OBD-II Telematics Mega Kit](http://freematics.com/pages/products/arduino-telematics-kit-3/) ![Image](http://www.arduinodev.com/wp-content/uploads/2012/03/obdkit1-150x150.jpg) |