Page 1 of 1

Soft_I2C library and ATTiny2313

Posted: 11 Dec 2008 20:04
by hero_1860
Hello,

I like to use a I2C LCD with the Tiny2313. Unfortunatelly it does not work. The building of the project breaks up and the message "identifier "Soft_i2c_init" was not declared" is shown. If I change the device to any ATMEGA everything works perfect.

Is the "Soft_I2C" Library not able to be used with Tiny2313?
Are there other (easy) ways to get my LCD running with the Tiny2313?

Thanks a lot in advance

Hero

Posted: 11 Dec 2008 20:40
by yo2lio
Sorry, compile without any problems.

You must select Software_I2C library in Library Manager .

Posted: 12 Dec 2008 07:40
by hero_1860
Thanks for your support, I'll check later.

Hero