文件名称:PowerShell-IoT---IS31FL3730-Driver
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-22 20:26:10
PowerShell
PowerShell-IoT-IS31FL3730驱动程序 该存储库的主要目标是使用将复制到PowerShell环境。 芯片的数据表 如果您的Raspberry上没有安装PowerShell,请按照 进行操作。 之后,您需要安装 开始使用 这很简单! git clone https://github.com/DanielSSilva/PowerShell-IoT---IS31FL3730-Driver.git cd ./PowerShell-IoT---IS31FL3730-Driver/ sudo pwsh (if not already on PowerShell) Import-Module ./ScrollpHat.psm1 -Force Write-PhatString "HELLO WORLD" -WaitMiliseconds 50 -forever $true 到目前
【文件预览】:
PowerShell-IoT---IS31FL3730-Driver-master
----ScrollpHat.psd1(4KB)
----ScrollpHat.psm1(8KB)
----README.md(1KB)
----.vscode()
--------settings.json(118B)
--------launch.json(1KB)
--------tasks.json(2KB)
----Initialize_SadJoey.ps1(1KB)
----alphabet.ps1(1KB)
----test()
--------ScrollpHat.Tests.ps1(294B)
----simple_Setup.ps1(1KB)