This repository was archived by the owner on Jun 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -28,21 +28,27 @@ For example, a cmdlet stack to turn on a light bulb might be:
2828
2929To 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
You can’t perform that action at this time.
0 commit comments