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

Commit c3fcc28

Browse files
added links
1 parent a4a2e8f commit c3fcc28

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,27 @@ For example, a cmdlet stack to turn on a light bulb might be:
2828

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

31-
### Dependencies
32-
33-
This project relies on [RaspberryIO](https://github.com/unosquare/raspberryio).
34-
It's an easy-to-use .NET library for interacting with Raspberry Pi's IO functionality.
35-
RaspberryIO is built on [Wiring Pi](http://wiringpi.com/) -
36-
a pin based GPIO access library written in C.
31+
### Supported platforms
3732

38-
### Supported devices
33+
#### Supported devices
3934

4035
* Raspberry Pi 3
4136

42-
### Supported operating systems
37+
#### Supported operating systems
4338

4439
* Raspbian Trusty
4540

41+
### Documentation & Examples
42+
43+
Please see our [docs folder here](/docs) for an API reference, pin layout and other docs. For examples, checkout our [examples folder](/Examples).
44+
45+
### Dependencies
46+
47+
This project relies on [RaspberryIO](https://github.com/unosquare/raspberryio).
48+
It's an easy-to-use .NET library for interacting with Raspberry Pi's IO functionality.
49+
RaspberryIO is built on [Wiring Pi](http://wiringpi.com/) -
50+
a pin based GPIO access library written in C.
51+
4652
## Installation
4753

4854
### PowerShell Gallery & GitHub releases

0 commit comments

Comments
 (0)