Skip to content

Releases: casanovg/Nb_TwiBus

TwiBus Arduino Library v1.2.0

14 Jul 06:28
Compare
Choose a tag to compare

NOTES:

  • Minor corrections to match Timonel v1.5

TwiBus Arduino Library v1.1.0

04 Jun 08:43
Compare
Choose a tag to compare

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

08 May 04:23
Compare
Choose a tag to compare

Arrange examples folder

TwiBus Arduino Library v1.0.0

05 May 07:59
Compare
Choose a tag to compare
Implement library