issues
search
lucasmaziero
/
LiquidCrystal_I2C
Library for the LiquidCrystal LCD display connect I2C bus to an ESP8266 or Arduino board
MIT License
20
stars
20
forks
source link
Supported custom I2C instance
#2
Open
FStefanni
opened
2 years ago
FStefanni
commented
2 years ago
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
Hi,
this pr proposes:
Wire
library.properties
to improve library installation (especially witharduino-cli
)Regards