Releases: kcl93/muCom
Releases · kcl93/muCom
Reliability and functionality update
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
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
1.2 Update documentation
Performance improvement
Improve performance by 5-20% depending on the function (more for smaller data sizes).
Various small updates and fixes.
Initial release
Initial working release of the muCom interface.