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 --- CREDITS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CREDITS') diff --git a/CREDITS b/CREDITS index 7a6ab3f..197c176 100644 --- a/CREDITS +++ b/CREDITS @@ -77,3 +77,7 @@ W: http://sarup.dk/index.html N: Andy Scott ("xttocs") E: andy.g.scott@gmail.com D: LiquidCrystal library + +N: Trystan Jones ("crenn") +E: crenn6977@gmail.com +D: New Wire library -- cgit v1.2.3