You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@git.apache.org on 2017/07/20 18:13:19 UTC

[GitHub] vrahane opened a new pull request #447: MYNEWT-815 SensorAPI: Add type to data_func,listen

vrahane opened a new pull request #447: MYNEWT-815 SensorAPI: Add type to data_func,listen
URL: https://github.com/apache/mynewt-core/pull/447
 
 
   - Adding type field as a parameter to data_func callback and the listener function. It helps in letting the callback and listener know which type of data the callback or the listener is looking at.
   - Fixing bno055 driver read function so that all data can be read instead of reading data for a single sensor type.
   - Calling listener only for a specific type, filtering based on the mask. Earlier the listener would not honor the listener.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services