You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2017/07/21 20:31:56 UTC

[mynewt-core] 01/01: Merge pull request #447 from vrahane/sensors_fix

This is an automated email from the ASF dual-hosted git repository.

vipulrahane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 3dd6719612bc522b76a3726c6398a53389046373
Merge: ab24d01 69de015
Author: Vipul Rahane <vr...@gmail.com>
AuthorDate: Fri Jul 21 13:31:53 2017 -0700

    Merge pull request #447 from vrahane/sensors_fix
    
    MYNEWT-815 SensorAPI: Add type to data_func,listen

 hw/drivers/sensors/bme280/src/bme280.c         |  16 ++--
 hw/drivers/sensors/bno055/src/bno055.c         | 124 +++++++++++++++++++++----
 hw/drivers/sensors/lis2dh12/src/lis2dh12.c     |   2 +-
 hw/drivers/sensors/lsm303dlhc/src/lsm303dlhc.c |  36 +++----
 hw/drivers/sensors/sim/src/generic_accel.c     |   2 +-
 hw/drivers/sensors/sim/src/generic_mag.c       |   2 +-
 hw/drivers/sensors/tcs34725/src/tcs34725.c     |   2 +-
 hw/drivers/sensors/tsl2561/src/tsl2561.c       |   2 +-
 hw/sensor/include/sensor/sensor.h              |   4 +-
 hw/sensor/src/sensor.c                         |  13 ++-
 hw/sensor/src/sensor_oic.c                     |   7 +-
 hw/sensor/src/sensor_shell.c                   |  32 +++----
 12 files changed, 169 insertions(+), 73 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.