diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2018-01-30 22:37:56 +1100 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2018-01-30 22:37:56 +1100 |
commit | bd86ac57fe9fa492e7e40e09d81de31bed1f449c (patch) | |
tree | c8a8f4430d4cf6bddf37c5acc6c34c82df505f29 /libraries/OBD2UART/examples/rpm_led_uart/rpm_led_uart.ino | |
parent | e79cda0d48877f5f0404791a781e82c4e6e6f456 (diff) | |
download | 2021-arduino-obd-bd86ac57fe9fa492e7e40e09d81de31bed1f449c.tar.gz 2021-arduino-obd-bd86ac57fe9fa492e7e40e09d81de31bed1f449c.tar.bz2 2021-arduino-obd-bd86ac57fe9fa492e7e40e09d81de31bed1f449c.zip |
Add support for Freematics OBD-II UART Adapter V2.1
Diffstat (limited to 'libraries/OBD2UART/examples/rpm_led_uart/rpm_led_uart.ino')
-rw-r--r-- | libraries/OBD2UART/examples/rpm_led_uart/rpm_led_uart.ino | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/OBD2UART/examples/rpm_led_uart/rpm_led_uart.ino b/libraries/OBD2UART/examples/rpm_led_uart/rpm_led_uart.ino index 3e80ae3..5b7a13e 100644 --- a/libraries/OBD2UART/examples/rpm_led_uart/rpm_led_uart.ino +++ b/libraries/OBD2UART/examples/rpm_led_uart/rpm_led_uart.ino @@ -1,8 +1,9 @@ /************************************************************************* -* Sample sketch based on OBD-II library for Arduino -* Distributed under GPL v2.0 -* Visit http://freematics.com for more information -* (C)2012-2014 Stanley Huang <stanleyhuangyc@gmail.com> +* Testing sketch for Freematics OBD-II UART Adapter +* Reads engine RPM data from OBD and triggers Arduino onboard LED +* Distributed under BSD +* Visit https://freematics.com/products for more product information +* Written by Stanley Huang <stanley@freematics.com.au> *************************************************************************/ #include <OBD2UART.h> |