Commit graph

3 commits

Author SHA1 Message Date
Marti Bolivar f3abc649d5 CREDITS: sort names alphabetically.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
2012-06-29 12:42:30 -04:00
Trystan Jones b98596cbda 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>
2012-06-29 12:31:20 -04:00
Marti Bolivar 46c2222b7e Add CREDITS file.
It's about time. This initial file is based on the output of

$ git log | grep Author | sort | uniq

It leaves out credit for patches that were later reverted or moved out
of libmaple. It also doesn't credit the many patches and other
bugfixes from users who've e.g. written in the forum describing their
changes, but didn't submit actual patches. Names aren't always
available in cases like those, but if the contributors come forward,
we'd be happy to add them.

Add note in HACKING about adding yourself to CREDITS.

Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
2012-06-28 13:14:52 -04:00