-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #223 from WildernessLabs/Bme680
Bme680 refactoring
- Loading branch information
Showing
14 changed files
with
401 additions
and
162 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
...rals/Sensors.Atmospheric.Bme680/Driver/Sensors.Atmospheric.Bme680/Bme680.Configuration.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
namespace Meadow.Foundation.Sensors.Atmospheric | ||
{ | ||
public partial class Bme680 | ||
{ | ||
public class Configuration | ||
{ | ||
public Oversample TemperatureOversample { get; set; } = Oversample.OversampleX16; | ||
public Oversample PressureOversample { get; set; } = Oversample.OversampleX16; | ||
public Oversample HumidityOversample { get; set; } = Oversample.OversampleX16; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
...erals/Sensors.Atmospheric.Bme680/Driver/Sensors.Atmospheric.Bme680/Bme680.PressureUnit.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 0 additions & 30 deletions
30
...als/Sensors.Atmospheric.Bme680/Driver/Sensors.Atmospheric.Bme680/Bme680.SensorSettings.cs
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
...rs.Atmospheric.Bme680/Driver/Sensors.Atmospheric.Bme680/Bme680.TemperatureCompensation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
...ls/Sensors.Atmospheric.Bme680/Driver/Sensors.Atmospheric.Bme680/Bme680.TemperatureUnit.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.