tag:github.com,2008:https://github.com/kcl93/muCom/releasesRelease notes from muCom2021-02-23T23:34:39Ztag:github.com,2008:Repository/251728257/2.02021-02-23T23:38:08ZReliability and functionality update<p>The muCom interface should now be able to be executed via multiple sources in parallel without frame corruption.<br>
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.<br>
Support for double variables has been added. However this is not supported on AVR based Arduinos.</p>kcl93tag:github.com,2008:Repository/251728257/1.32021-02-12T23:01:50ZBugfix release<p>Only reading variables seemed to be working before. Now writing variables as well as executing functions seems to work fine.</p>kcl93tag:github.com,2008:Repository/251728257/1.22021-02-11T21:49:18ZAdd return values to linkVariableNo content.kcl93tag:github.com,2008:Repository/251728257/1.12021-01-18T22:30:41ZPerformance improvement<p>Improve performance by 5-20% depending on the function (more for smaller data sizes).<br>
Various small updates and fixes.</p>kcl93tag:github.com,2008:Repository/251728257/1.02020-04-05T23:13:44ZInitial release<p>Initial working release of the muCom interface.</p>kcl93