Skip to content

Releases: gioblu/PJON

1.2

03 Apr 16:47
Compare
Choose a tag to compare
1.2

Changelog:

1.1

27 Feb 04:46
Compare
Choose a tag to compare
1.1

Changelog:

  • ATtiny45/85 full compatibility in COMPATIBILITY_MODE true
  • ATmega1280/2560 full compatibility in COMPATIBILITY_MODE true
  • Added complete BSD-3 License
  • Communication speed optimization
  • FULL_MEMORY and CONTENT_TOO_LONG errors added
  • set_id method (ba9c5db)
  • get_id method thanks to S_te (de10e60)
  • Readme update

Bugfix:

  • receive(duration) bugfix (c29bedf)
  • Blink example pinMode bugfix, thanks to Shachar (45bbdab)
  • micros() overflow proof conditions (17a9069)
  • Not defined _receive bugfix (de10e60)
  • receive() bugfix thanks to TeeTrizZz (2548e3c) see (#24)
  • Big packets bugfix thanks to TeeTrizZz (90b025c) see (#26)

1.0

26 Sep 16:55
Compare
Choose a tag to compare
1.0

First experimental release of PJON communications bus system.