This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
Feature and API Update
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
- See documentation for more details
- Moved subscriber related functions to the ISubscriber interface
- The
IRoute
interface exposes them with the Subscribers property
- The
- Separated tx power from ble ad config function
- Use SetTxPower to modify the tx power
txPower
field removed from EditBleAdConfig
- Refactored GPIO virtual pin implementation
- See documentation for more details
- Queue the values to be written to the command characteristic to enforce the write order