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

- Arduino board: Arduino Mega - Arduino IDE version 2.3.2 - List the steps to reproduce the problem below (if possible attach a sketch or copy the sketch code in...

Hi, this is more a question than an issue, sorry if there was another way to ask. As the title suggest, is there a chance these newer processors will be...

The example does not work correctly at negative temperatures in DS1621. To solve the problem, it is necessary to make a casting to char on line 98 for the value...

- Arduino board: None -- raw ATTiny25 - Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.3 (Windows Store 1.8.6.0) -I'm using a Tiny25 to scan for an...

Hello there, In the TInyWireM library, we got the SDA , SCL pins declared in the USI_TWI_Master.h file. So can we change the pin declarations of the SDA ,SCL pins...

Thank you for creating a pull request to contribute to Adafruit's GitHub code! Before you open the request please review the following guidelines and tips to help it be more...

These changes add support for the ATTiny1634, which has SDA and SCL on different ports. Also added an example of using an AT24 EEPROM since that's just about the simplest...

In TinyWireM.cpp the function endTransmission() is not returning proper status. This breaks code that checks for return status information using the endTransmission() function. This: ``` uint8_t USI_TWI::endTransmission() { endTransmission(1); }...

- Arduino board: Digispark - Arduino IDE version: 1.8.5 - Steps to reproduce the problem: -- Ensure a basic sketch works with the uC. DONE. -- Install Adafruit PWM Servo...