rambo / TinyWire

My modifications to TinyWire Arduino libs
284 stars 121 forks source link

ATTiny x61 PORTA functionality #52

Closed gilphilbert closed 3 years ago

gilphilbert commented 3 years ago

The ATTinyx61 devices (261, 461, 861) support two USIs, one on PORTB (as defined) and one on PORTA. The pin configuration is essentially the same, just on the other port.

Do you have any suggestions on how to get this working? I tried a quick change in the library, swapping PORTB definitions for PORTA but the device doesn't appear on the I2c bus.

Thanks!

rambo commented 3 years ago

no ideas, sorry.

gilphilbert commented 3 years ago

Oh well

Switched to AVR and used the usitwislave library instead - the PORTA functionality works well.