diff --git a/README.md b/README.md index 0216ee3..3cca2d9 100644 --- a/README.md +++ b/README.md @@ -22,21 +22,22 @@ For example, a cmdlet stack to turn on a light bulb might be: ```powershell > Set-Light On # Your user types this / you make this cmdlet -> Set-GpioPin -Pin 4 # You use this to make that^ / we make this cmdlet +> Set-GpioPin -Id 4 -Value High # You use this to make that^ / we make this cmdlet > # Our code that makes that^ ``` -To see some examples of modules built on top of PowerShell IoT, see the [modules folder](/modules). +To see some examples of modules built on top of PowerShell IoT, see the [Examples folder](/Examples). ### Supported platforms #### Supported devices * Raspberry Pi 3 +* Raspberry Pi 2 #### Supported operating systems -* Raspbian Trusty +* Raspbian Stretch ### Documentation & Examples @@ -60,7 +61,6 @@ _Installation from the PowerShell Gallery and download from GitHub releases comi You can download the latest CI build from our [AppVeyor build here](https://ci.appveyor.com/project/PowerShell/powershell-iot). Go to the latest build, click on either of the images, then click on the artifacts tab. From there, you can download a zip of the latest CI build. ->>>>>>> 32ebbd385a46f29eea44208d3f5f94234f73e1c3 ### From Source diff --git a/ThirdPartyNotices.txt b/ThirdPartyNotices.txt index 55d05f9..56f7911 100644 --- a/ThirdPartyNotices.txt +++ b/ThirdPartyNotices.txt @@ -6,7 +6,7 @@ The software is based on or incorporates material from the projects listed below ------------------------------------------------- -File: Unosquare.Rasberry.IO 0.12.0 +File: Unosquare.Rasberry.IO 0.14.0 ------------------------------------------------- Copyright (c) 2016 Unosquare diff --git a/src/Microsoft.PowerShell.IoT/Microsoft.PowerShell.IoT.csproj b/src/Microsoft.PowerShell.IoT/Microsoft.PowerShell.IoT.csproj index e468494..6a21839 100644 --- a/src/Microsoft.PowerShell.IoT/Microsoft.PowerShell.IoT.csproj +++ b/src/Microsoft.PowerShell.IoT/Microsoft.PowerShell.IoT.csproj @@ -6,7 +6,7 @@ - +