LiquidCrystal_I2C icon indicating copy to clipboard operation
LiquidCrystal_I2C copied to clipboard

Supported custom I2C instance

Open FStefanni opened this issue 2 years ago • 0 comments

Hi,

this pr proposes:

  • The feature to optionally pass a custom I2C instance, instead of using the default Wire
  • The methods now return a boolean, to check whether its invocation has been a success.
  • The changes are backward compatible
  • As bonus, added library.properties to improve library installation (especially with arduino-cli)

Regards

FStefanni avatar Nov 23 '21 12:11 FStefanni