Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Enable Oversampling parameter in BME280 module #18

Open
anmenaga opened this issue Apr 6, 2018 · 0 comments
Open

Enable Oversampling parameter in BME280 module #18

anmenaga opened this issue Apr 6, 2018 · 0 comments

Comments

@anmenaga
Copy link
Contributor

anmenaga commented Apr 6, 2018

Get-BME280Data/Set-BME280Config functions have Oversampling parameter, but it currently does nothing.
This parameter should be tied to binary value used in Set-BME280Config function according to sensor datasheet.
Currently oversampling of data is set to ×2 by constants like this: [Convert]::ToByte("01001001",2).
This should be changed to be based on Oversampling parameter.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant