Skip to content

Releases: lexus2k/tinyproto

Version 0.5.2 is released

12 Apr 12:24
Compare
Choose a tag to compare

Added more documentation

Version 0.5.1 is released

08 Apr 08:47
Compare
Choose a tag to compare
  1. Removed nested functions from the project
  2. Added more examples for Arduino

Version 0.5.0 is released

08 Apr 01:30
Compare
Choose a tag to compare
  • Fixed some bugs in tiny_layer2
  • Added support to send data with acknowledgement as part of Half-duplex protocol
  • Added unittest for tiny half duplex mode.

Version 0.4.0 is released

23 Mar 13:36
Compare
Choose a tag to compare

Various critical bug fixes in tiny_send/tiny_read functions.
Added 2 new api functions: tiny_lock/tiny_unlock

Version 0.3.3 is released

26 Sep 12:42
Compare
Choose a tag to compare
  • Minor bug fix in Makefile
  • 2 API functions added

Version 0.3.0 is released

13 Sep 14:16
Compare
Choose a tag to compare

Improved basic API.
Removed Arduino specific defines

Version 0.2.2 is released

26 Apr 07:50
Compare
Choose a tag to compare

Examples for Arduino library are updated

Version 0.2.1 is released

22 Apr 23:39
Compare
Choose a tag to compare

Fixed compilation issue on 32-bit platform. Thanks to Nick Waterton.

Tiny Protocol Library v0.2.0

31 Mar 11:14
Compare
Choose a tag to compare

Arduino library version is published to separate repository.

Arduino Library 0.1.3

26 Mar 10:07
Compare
Choose a tag to compare

Documentation is added.