diff options
author | Trystan Jones <crenn6977@gmail.com> | 2012-06-29 06:51:18 +0000 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-29 12:31:20 -0400 |
commit | ab43e6240c8e5ecbc805e19d056bca8b9ee3b6ca (patch) | |
tree | 86a2317a4ed323cdae13ff4a153716a09e2722a4 /libraries/Wire/README | |
parent | 6a6af3980a827a02e371968ec56271774ceb26ac (diff) | |
download | librambutan-ab43e6240c8e5ecbc805e19d056bca8b9ee3b6ca.tar.gz librambutan-ab43e6240c8e5ecbc805e19d056bca8b9ee3b6ca.zip |
Add new hard/soft Wire I2C library.
Added a generic pure abstract class to provide the interface for all
Wire implementations. Modified the old Wire library using software
interface to use the new Base Wire abstract class. Added a new
library which allows the use of the Wire class to use the I2C
hardware. Changed default pin numbers for Software Wire library to
match pin numbers used for I2C/TWI shields created for the Arduino.
Signed-off-by: Trystan Jones <crenn6977@gmail.com>
Diffstat (limited to 'libraries/Wire/README')
-rw-r--r-- | libraries/Wire/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libraries/Wire/README b/libraries/Wire/README deleted file mode 100644 index 353d51a..0000000 --- a/libraries/Wire/README +++ /dev/null @@ -1,5 +0,0 @@ -Wirish soft (bit-banged) implementation of the Wire I2C library. - -This implementation is synchronous, and thus supports only a subset of -the full Wire interface. An asynchronous hardware version implemented -with DMA is expected for Maple IDE release 0.1.0. |