technoblogy / tiny-i2c

Minimal I2C master routines for all AVR microcontrollers.
161 stars 39 forks source link

Library compilation error #13

Closed Kozma04 closed 4 years ago

Kozma04 commented 4 years ago

Hello,

This library looks great and I decided to integrate it in my project. The problem is that upon setting the board to AtTiny85 and compiling, I get some errors from the library source files (see attached). Please fix this issue, I also tried defining the pins and ports manually, but with no luck. logs.txt

technoblogy commented 4 years ago

What core are you using? You need to use Spence Konde's ATTiny Core for these routines to work.

technoblogy commented 4 years ago

I've added a note to the ReadMe. Let me know if that fixes it.

Kozma04 commented 4 years ago

Now it works perfectly. Thank you very much man, you saved me a lot of time. I highly appreciate your help :)