Skip to content

API Refactoring and JavaScript Bindings

Compare
Choose a tag to compare
@mbientlab mbientlab released this 05 Aug 00:01
· 137 commits to master since this release

v0.9.0 introduces several breaking change to the API, the biggest one being how the MblMwBtleConnection struct is defined and used. Developers will need to update their code to reflect the updated fields in the struct as outlined in the documentation.

JavaScript bindings have been added to the repo, see cbindings.js.

Changes