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

Commit 53c6a88

Browse files
readme + 0.14.0 of unosquare update (#19)
* readme + 0.14.0 update * update version of raspberryio and misc feedback
1 parent 6d0128f commit 53c6a88

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,22 @@ For example, a cmdlet stack to turn on a light bulb might be:
2222

2323
```powershell
2424
> Set-Light On # Your user types this / you make this cmdlet
25-
> Set-GpioPin -Pin 4 # You use this to make that^ / we make this cmdlet
25+
> Set-GpioPin -Id 4 -Value High # You use this to make that^ / we make this cmdlet
2626
> # Our code that makes that^
2727
```
2828

29-
To see some examples of modules built on top of PowerShell IoT, see the [modules folder](/modules).
29+
To see some examples of modules built on top of PowerShell IoT, see the [Examples folder](/Examples).
3030

3131
### Supported platforms
3232

3333
#### Supported devices
3434

3535
* Raspberry Pi 3
36+
* Raspberry Pi 2
3637

3738
#### Supported operating systems
3839

39-
* Raspbian Trusty
40+
* Raspbian Stretch
4041

4142
### Documentation & Examples
4243

@@ -60,7 +61,6 @@ _Installation from the PowerShell Gallery and download from GitHub releases comi
6061
You can download the latest CI build from our [AppVeyor build here](https://ci.appveyor.com/project/PowerShell/powershell-iot).
6162
Go to the latest build, click on either of the images, then click on the artifacts tab.
6263
From there, you can download a zip of the latest CI build.
63-
>>>>>>> 32ebbd385a46f29eea44208d3f5f94234f73e1c3
6464

6565
### From Source
6666

ThirdPartyNotices.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The software is based on or incorporates material from the projects listed below
66

77

88
-------------------------------------------------
9-
File: Unosquare.Rasberry.IO 0.12.0
9+
File: Unosquare.Rasberry.IO 0.14.0
1010
-------------------------------------------------
1111

1212
Copyright (c) 2016 Unosquare

src/Microsoft.PowerShell.IoT/Microsoft.PowerShell.IoT.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="System.Management.Automation" Version="6.0.0-rc.2" />
9-
<PackageReference Include="Unosquare.Raspberry.IO" Version="0.13.0" />
9+
<PackageReference Include="Unosquare.Raspberry.IO" Version="0.14.0" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)