- Add support to CC2650 battery service (@micahnyc)
- CC2650 now also treats advertised service UUID
aa80
as device (@julianoAffonso) - use noble-device ^1.4.1
- revert "only set specific MPU9250 sensor bits with enabling/disabling"
- only set specific MPU9250 sensor bits with enabling/disabling
- use 8G accelerometer mode and conversion formula (#62)
- update MPU9250 formulas to match TI Android source code
- new CC2650 IO API's:
readIoData
,writeIoData
,readIoConfig
, andwriteIoConfig
- add
reedRelay
arg tosimpleKeyChange
event for CC2650
- add missing
discoverById
API
- use noble-device ^1.1.0
- use id instead of uuid
- new
discoverByAddress
anddiscoverById
API's -discoverByUuid
is deprecated now
- Correct code for reading barometric pressure with firmware 0.89 or older (@bChiquet)
- barometric sensor reading and luxometer conversion formula corrections (@martin-doyle)
- use noble-device instead of noble directly
- add error parameters to callbacks
- support for SensorTag 2.0 / CC2650
- remove
enableGyroscopeAxis
API - new
discoverAll
,stopDiscoverAll
, anddiscoverByUuid
API's
- Changes not recorded