Adafruit_Arduino_Boards/libraries/Wire
2021-11-26 11:27:27 +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 add Wire::end() 2021-11-26 11:27:27 +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 fix compile warnings + make work with busio library! 2021-06-30 16:21:54 -04:00
TinyWireM.h fix compile warnings + make work with busio library! 2021-06-30 16:21:54 -04: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 add Wire::end() 2021-11-26 11:27:27 +07:00
Wire.h add Wire::end() 2021-11-26 11:27:27 +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).