Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Feature and API Update

Compare
Choose a tag to compare
@mbientlab mbientlab released this 01 Feb 23:27
· 18 commits to master since this release

SDK v0.4 adds additional support for existing features and also introduces breaking changes to the IRoute, IGpio and ISettings interfaces.

Changes

  • Added support for a few MMA8452Q features
    • Orientation detection and configure the power mode and high-pass filter
  • Added count mode support for the accounter processor
  • Moved subscriber related functions to the ISubscriber interface
    • The IRoute interface exposes them with the Subscribers property
  • Separated tx power from ble ad config function
  • Refactored GPIO virtual pin implementation
  • Queue the values to be written to the command characteristic to enforce the write order