PowerShell / PowerShell-IoT

Interact with I2C, SPI & GPIO devices using PowerShell Core!
https://www.powershellgallery.com/packages/Microsoft.PowerShell.IoT
MIT License
129 stars 28 forks source link

Updates for v2 of the module #51

Closed anmenaga closed 4 years ago

anmenaga commented 4 years ago

Main changes in this: 1) Removed dependency on 3rd party libraries in favor of using .NET Core IoT Libraries. 2) Updated GPIO and SPI cmdlets with new APIs:

Fix #21 Fix #48 Fix #50 Fix #49

anmenaga commented 4 years ago

Since you've changed from tabs to spaces, should we have a .vscode folder settings with these common rules?

It would be nice to have this as a separate PR.