Adafruit_Arduino_Boards/libraries/Wire
2016-05-12 12:44:44 -07:00
..
examples Refactor to have AVR boards exclusively at top level of repo, match convention of other board package repos. 2016-05-12 12:44:44 -07:00
utility Refactor to have AVR boards exclusively at top level of repo, match convention of other board package repos. 2016-05-12 12:44:44 -07:00
keywords.txt Refactor to have AVR boards exclusively at top level of repo, match convention of other board package repos. 2016-05-12 12:44:44 -07:00
library.properties Refactor to have AVR boards exclusively at top level of repo, match convention of other board package repos. 2016-05-12 12:44:44 -07:00
README.md Refactor to have AVR boards exclusively at top level of repo, match convention of other board package repos. 2016-05-12 12:44:44 -07:00
TinyWireM.cpp Refactor to have AVR boards exclusively at top level of repo, match convention of other board package repos. 2016-05-12 12:44:44 -07:00
TinyWireM.h Refactor to have AVR boards exclusively at top level of repo, match convention of other board package repos. 2016-05-12 12:44:44 -07:00
USI_TWI_Master.cpp Refactor to have AVR boards exclusively at top level of repo, match convention of other board package repos. 2016-05-12 12:44:44 -07:00
USI_TWI_Master.h Refactor to have AVR boards exclusively at top level of repo, match convention of other board package repos. 2016-05-12 12:44:44 -07:00
Wire.cpp Refactor to have AVR boards exclusively at top level of repo, match convention of other board package repos. 2016-05-12 12:44:44 -07:00
Wire.h Refactor to have AVR boards exclusively at top level of repo, match convention of other board package repos. 2016-05-12 12:44:44 -07:00

TinyWireM

ATtiny (e.g. Adafruit Trinket, Gemma) I2C library, adapted from BroHogan's code on Arduino Playground: http://playground.arduino.cc/Code/USIi2c

Minor changes for consistency with the Arduino 1.0 Wire library (e.g. uses write() instead of send()). Buffer size slightly increased for Adafruit_LEDBackpack use.

On the Trinket boards, pin #0 is SDA (I2C data), pin #2 is SCK (I2C clock).