Skip to content

Bug Fixes, Feature Requests, and MSBuild Scripts

Compare
Choose a tag to compare
@mbientlab mbientlab released this 14 Sep 09:41
· 146 commits to master since this release

The earlier release of 0.5.21 was a mistake. v0.5.22 is the proper release for these changes

Version 0.5.22 contains bug fixes, handles minor feature requests, and adds MSBuild files to the project.

Changes

  • Updated Makefile and Python wrapper definitions so the API runs properly on Raspberry Pi (Issue #7)
  • Changed mbl_mw_metawearboard_free behavior to not remove timers when called
  • <Return> tag added to generated C# function wrappers
  • Fixed Led.Pattern C# struct variables being declared private
  • Fixed GCC 6.1.1 compiler warnings
  • Fixed bug with removing individual loggers
  • Fixed compile issue on gcc 4.7.2 (Issue #10)
  • Added mbl_mw_metawearboard_set_time_for_response to let users increase timeout length for functions like mbl_mw_metawearboard_initialize (Issue #9)
  • Added MSBuild build files to build both Win32 and WinRT variant dlls from the command line
  • Incorporated pull requests #6 and #8