diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-12-22 22:28:28 +1100 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-12-22 22:28:28 +1100 |
commit | 4098d5bfbf5f5d0c8e0171f1140c1765b2b99ff9 (patch) | |
tree | dd9717b675630eb7c11860a272dd91baa312df20 | |
parent | 7fb3a9f3b49c569ed13ac7673080250db2787f08 (diff) | |
download | 2021-arduino-obd-4098d5bfbf5f5d0c8e0171f1140c1765b2b99ff9.tar.gz 2021-arduino-obd-4098d5bfbf5f5d0c8e0171f1140c1765b2b99ff9.tar.bz2 2021-arduino-obd-4098d5bfbf5f5d0c8e0171f1140c1765b2b99ff9.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -34,9 +34,7 @@ Additional defines can be added to access all OBD-II PIDs which the car's ECU pr Directory Descriptions ---------------------- -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 +libraries - all Arduino libraries needed for OBD-II adapter and kits samples/dashboard_1602 - an example sketch showing a set of vehicle data with a LCD1602 shield |