aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS
diff options
context:
space:
mode:
authorTrystan Jones <crenn6977@gmail.com>2012-06-29 06:51:18 +0000
committerMarti Bolivar <mbolivar@leaflabs.com>2012-06-29 12:31:20 -0400
commitab43e6240c8e5ecbc805e19d056bca8b9ee3b6ca (patch)
tree86a2317a4ed323cdae13ff4a153716a09e2722a4 /CREDITS
parent6a6af3980a827a02e371968ec56271774ceb26ac (diff)
downloadlibrambutan-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 'CREDITS')
-rw-r--r--CREDITS4
1 files changed, 4 insertions, 0 deletions
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