Skip to content

Conversation

@voidloop
Copy link

I'm trying to interface your attiny-i2c-fan-controller firmware with Tasmota but it seems that the TinyWireSio library is not working as it should.
If I use your original firmware, the ATtiny85 doesn't talk to any ESP8266 that I try to connect to via I2C.
So, I tryed replacing TinyWireS with "Wire.h" and everything is ok.
Do you see any problems using Wire.h instead of TinyWireS?

I also added to the code some features to work with CLion and its Platformio plugin.

@crycode-de
Copy link
Owner

Thank you for this PR!

For some reason I had to use TinyWireS instead of Wire.h. As I remember it had something to do with the USI of the ATtiny.

I'll check this, but it may take some time.

@crycode-de crycode-de self-assigned this Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants