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

Commit

Permalink
readme + 0.14.0 of unosquare update (#19)
Browse files Browse the repository at this point in the history
* readme + 0.14.0 update

* update version of raspberryio and misc feedback
  • Loading branch information
TylerLeonhardt authored Apr 12, 2018
1 parent 6d0128f commit 53c6a88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="System.Management.Automation" Version="6.0.0-rc.2" />
<PackageReference Include="Unosquare.Raspberry.IO" Version="0.13.0" />
<PackageReference Include="Unosquare.Raspberry.IO" Version="0.14.0" />
</ItemGroup>

</Project>

0 comments on commit 53c6a88

Please sign in to comment.