TinyWireM icon indicating copy to clipboard operation
TinyWireM copied to clipboard

I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground

Results 13 TinyWireM issues
Sort by recently updated
recently updated
newest added

Hello, I have been trying to use this library and I found a small issue. In the USI_TWI_Master.h, I found that the board definitions for the 2313/4313 fail to compile....

See the issue in the Adafruit boards repo for details: https://github.com/adafruit/Adafruit_Arduino_Boards/issues/13

If a user includes TinyWireM.h in a sketch and builds for say an Uno board, they will get tons of errors. They can easily be confused and not recognize the...