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:
28
28
29
29
To see some examples of modules built on top of PowerShell IoT, see the [ modules folder] ( /modules ) .
30
30
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
37
32
38
- ### Supported devices
33
+ #### Supported devices
39
34
40
35
* Raspberry Pi 3
41
36
42
- ### Supported operating systems
37
+ #### Supported operating systems
43
38
44
39
* Raspbian Trusty
45
40
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
+
46
52
## Installation
47
53
48
54
### PowerShell Gallery & GitHub releases
You can’t perform that action at this time.
0 commit comments