Skip to content

First Release of C++ Library

Compare
Choose a tag to compare
@mbientlab mbientlab released this 28 Sep 20:05
· 166 commits to master since this release

Version 0.1.0 is the first release of the MetaWear C++ library. The library is still in development so future releases may introduce breaking changes. Currently, the library only implements simple features of the MetaWear platform such as controlling the led and streaming sensor data from the board. It does not yet implement the settings, event, macro, logging, and data processing modules.

Features

  • Constructs the bytes needed to communicate with the MetaWear board
  • Converts responses received from the sensors into meaningful data
  • The dll/so can be explicitly linked with any class that can call C functions from a shared library
  • Provides wrapper classes in C# and Python
    • Ports the enum values to their respective languages
    • C# wrappers put the functions in the appropriate namespace and classes