Skip to content

2.0

Compare
Choose a tag to compare
@gioblu gioblu released this 25 Apr 21:11
· 2590 commits to master since this release

Changelog:

  • Switch to Apache 2.0 license
  • Added CRC 8-bit table-less implementation (c22a144)
  • Added auto-addressing strategy and its examples (experimental)
  • begin method added (91c3844)
  • Arduino Zero OVERDRIVE mode timing optimization by @EsbenSoeltoft
  • ATtiny 45/85 8Mhz timing optimization (28d5a1d)
  • Switch from network to bus instance name in all documentation and examples
  • Removed useless send_bit

Bugfix:

  • Backoff bugfix (ed6c899)
  • Single byte 0 sending fail bug fixed (#59)
  • micros overflow sensitive conditions bugfix
  • update bugfix (e75689e)
  • digitalWriteFast library moved to source directory to avoid problems with PlatformIO
  • 1 Second duration in all the examples to avoid ESP8266 reset