summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorstanleyhuangyc <stanleyhuangyc@gmail.com>2013-03-25 01:01:49 +0800
committerstanleyhuangyc <stanleyhuangyc@gmail.com>2013-03-25 01:01:49 +0800
commit12661032b0c11a09b939b1424c8dfc709f2fb7bf (patch)
tree5df1e47d6c71cdaa55e2f7b1d00d2986738409b3 /README.md
parent8e57c683d3d16f1dee320f10c411602ea38ba651 (diff)
download2021-arduino-obd-12661032b0c11a09b939b1424c8dfc709f2fb7bf.tar.gz
2021-arduino-obd-12661032b0c11a09b939b1424c8dfc709f2fb7bf.tar.bz2
2021-arduino-obd-12661032b0c11a09b939b1424c8dfc709f2fb7bf.zip
Create README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a9a0490
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+Arduino OBD-II UART Adapter Library & Examples
+==============================================
+
+(C)2012-2013 Stanley Huang <stanleyhuangyc@gmail.com>
+
+libraries/OBD - Arduino library for OBD-II adapter
+samples/rpm_led - a simplest example sketch implementing a RPM indicator with the pin 13 LED on Arduino board
+samples/dashboard_1602 - an example sketch showing a set of vehicle data with a LCD1602 shield
+samples/dashboard_4884 - a sketch providing extensive display of vehicle data with a LCD4884 shield
+samples/dashboard_oled - a sketch providing extensive display of vehicle data with a OLED module
+samples/obdtest - a testing sketch for OBD-II adapter
+obdlogger - a complete OBD-II and GPS data logger (http://obd.arduinodev.com)