Skip to content

3.0 beta

Compare
Choose a tag to compare
@gioblu gioblu released this 06 May 03:48
· 2569 commits to master since this release

Changelog:

  • PJON physical layer abstraction with the use of Strategies.
  • PJON is now a template class able to receive a strategy type, allowing users to develop their own.
  • PJON_ASK it is now integrated in the PJON repository with the OverSampling strategy addition, enabling long range (up to 3km) radio communication with the same codebase.
  • 1 or 2 pin communication to enable usage of twisted pair or radio transceivers.
  • The standard PJON physical layer is now abstracted in SoftwareBitBang strategy.
  • Arduino Leonardo / Micro compatibility added.
  • Teensy (MK20DX256) compatibility added by sticilface.
  • Updated examples, documentation and readme.
  • digitalWriteFast refactoring.
  • SendAndReceive example added.