Skip to content

Commit 49c52e4

Browse files
committed
updated readme with instructions on how to start using it
1 parent f1e11c6 commit 49c52e4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ If you don't have PowerShell installed on your Raspberry, follow [this guide](ht
88

99
After that, you need to install [PowerShell-IoT Module](https://github.com/PowerShell/PowerShell-IoT#installation)
1010

11+
#Get Started
12+
13+
It's simple!
14+
```
15+
git clone https://github.com/DanielSSilva/PowerShell-IoT---IS31FL3730-Driver.git
16+
cd ./PowerShell-IoT---IS31FL3730-Driver/
17+
sudo pwsh (if not already on PowerShell)
18+
Import-Module ./ScrollpHat.psm1 -Force
19+
Write-PhatString "HELLO WORLD" -WaitMiliseconds 50 -forever $true
20+
```
1121
# What's available so far?
1222

1323
* Set the LEDs' brightness with `Set-Brightness` (Lowest, Low, Medium, High or Highest)

0 commit comments

Comments
 (0)