Skip to content

Releases: kcl93/muCom

Reliability and functionality update

23 Feb 23:38
Compare
Choose a tag to compare

The muCom interface should now be able to be executed via multiple sources in parallel without frame corruption.
In order to remove any use of malloc or free the constructor has been changed and a macro can be used to easily create a muCom device including the required fixed size buffers.
Support for double variables has been added. However this is not supported on AVR based Arduinos.

Bugfix release

12 Feb 23:01
Compare
Choose a tag to compare

Only reading variables seemed to be working before. Now writing variables as well as executing functions seems to work fine.

Add return values to linkVariable

11 Feb 21:49
Compare
Choose a tag to compare
1.2

Update documentation

Performance improvement

18 Jan 22:30
Compare
Choose a tag to compare

Improve performance by 5-20% depending on the function (more for smaller data sizes).
Various small updates and fixes.

Initial release

05 Apr 23:13
52d0fcf
Compare
Choose a tag to compare

Initial working release of the muCom interface.