You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks! Indeed, that does fix Wire.usePullups() on 2.6.10. I just did a quick test with a multimeter, I didn't try to actually use i2c with this change.
How so?
As far as I can see the use Pullups function isn't doing anything in the 2 series.
all we have to do is to #if def the OUTCLR, however I think it would be sensible to just keep it like that - I doubt anyone will end up using I2C pins on a PCB for anything but I2C
As can be confirmed with a multimeter and the following setup code:
Wire.usePullups()
stopped pullingPB0
andPB1
high with version2.6.2
or2.6.3
. This was tested with anattiny1627
.The text was updated successfully, but these errors were encountered: