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

readme + 0.14.0 of unosquare update #19

Merged
merged 2 commits into from
Apr 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>