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

Commit 90987d9

Browse files
update build scripts and examples, add helper script (#9)
* update build scripts and examples, add helper script * have Read-SoilIsDry return a bool * add full demo script
1 parent ed8ab90 commit 90987d9

13 files changed

+1084
-931
lines changed

Examples/BME280/Microsoft.PowerShell.IoT.BME280.psd1

-15
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
@{
2+
GUID="eb74e8da-9ae2-482a-a648-e96550fb8739"
3+
Author="Microsoft Corporation"
4+
CompanyName="Microsoft Corporation"
5+
Copyright="© Microsoft Corporation. All rights reserved."
6+
Description='PowerShell module for working with Bosch Sensortec BME280 sensor.'
7+
ModuleVersion="1.0.0.0"
8+
PowerShellVersion="3.0"
9+
FunctionsToExport = @('Get-BME280ChipID','Get-BME280Data','Get-BME280Device')
10+
DotNetFrameworkVersion = 4.5
11+
CmdletsToExport = '*'
12+
AliasesToExport = @()
13+
NestedModules=@('PSIoT','Microsoft.PowerShell.IoT.BME280.psm1')
14+
HelpInfoURI = 'https://go.microsoft.com/fwlink/?LinkId=393254'
15+
}

0 commit comments

Comments
 (0)