Hello Renzo,
thank you for your (quick) reply and support.
Tested it but:
Wire.begin(); is not working, neither a Wire.begin(SDA,SCL); , also not working (with the values SDA and SCL being correct (as tested with the I2Cscanner).
PS: “normally” taking care of the I2C bus is manually programed by calling the Wire.h and the Wire.being() functions.
If I see your standard examples it is not necessary to do so with your lib however, that might be confusing as there (in my case) are more I2C devices connected.
Therefore: may_be it’s better to have the I2C config done like in other libs: manually in the program and not by the library as it can be confusing and conflicting with other I2C connected devices…..
Thanks!
Thanks for your help,