Skip to content

New Data Filters and Bug Fixes

Compare
Choose a tag to compare
@mbientlab mbientlab released this 13 Mar 01:10
· 94 commits to master since this release

Version 1.6.0 adds support for two new filters, fixes a bug in the GPIO class, and deprecates a few methods in the GPIO and Temperature classes.

Features

  • Supports delta value and threshold filters
    • Requires firmware 1.0.1 to use
  • Deprecates functions that were misspelled or misrepresents the purpose of the function
  • Fixes bug in the GPIO class that would cause a crash when used with firmware prior to 1.0.0

Code Changes

FilterConfigBuilder

GPIO

  • Modified code that executed the analog and digital input callbacks to pass in -1 if GPIO pin is not available
    • This change also fixes a bug in the callback code that is caused when using the class with firmware prior to 1.0.0
  • Deprecated receivedAnalogInputAsAbsValue method

Temperature