Skip to content

0.2.0 - new call API, TCP sockets and improvements

Choose a tag to compare

@eigen-value eigen-value released this 26 Sep 15:56
· 14 commits to main since this release

Features in this release

  • ⚠️ BREAKING CHANGES: new Bridge call API
Bridge.call("foo", parameters...).result(<return_var>);
  • Threading improvements (zephyr compliance)
  • Monitor.begin() with Serial-like signature
  • TCP socket (client/server)

Full Changelog: 0.1.4...0.2.0