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

Change of pin layout #49

Closed DanielSSilva closed 4 years ago

DanielSSilva commented 4 years ago

With the migration to the dotnet/iot framework, breaking changes will be introduced. For this case, the dotnet team uses same layout that's used by the python library. This means that from now on, the pin Ids will match those in that library. Another reason is that the wiringpi has been officially deprecated As a suggestion, here's the website that I use to check the pin ids.

TylerLeonhardt commented 4 years ago

I think this is a necessary breaking change given the circumstance we just need to make sure we update our docs accordingly.

DanielSSilva commented 4 years ago

Before changing the text of this issue I've wrote this, and forgot to leave it here.

This is just to keep track and discussed such breaking changes. Those will be listed on the changelog when we release a new version to the gallery. In this case, both changelog and our docs