From ab43e6240c8e5ecbc805e19d056bca8b9ee3b6ca Mon Sep 17 00:00:00 2001 From: Trystan Jones Date: Fri, 29 Jun 2012 06:51:18 +0000 Subject: 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 --- libraries/Wire/README | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 libraries/Wire/README (limited to 'libraries/Wire/README') 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. -- cgit v1.2.3