summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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)