Releases: casanovg/Nb_TwiBus
Releases · casanovg/Nb_TwiBus
TwiBus Arduino Library v1.2.0
TwiBus Arduino Library v1.1.0
NOTES:
- Minor improvements in the "ScanBus" method, now Timonel devices detection can be disabled in "libconfig.h". Tested with ESP8266, ESP32, ATMega328 and ATMega2560.
- Constructor behavior was modified when called with SDA and SCL arguments at 0:
- Until version 1.0.X, it was assumed that the new object would reuse a previously started connection.
- Since version 1.1.X, if SDA and SCL are 0, the constructor always executes the "Wire. Begin" method parameterized with the default pin values of those signals. The default values are configured in "libconfig.h".
TwiBus Arduino Library v1.0.1
Arrange examples folder
TwiBus Arduino Library v1.0.0
Implement library