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

Adding an ADXL345 example #39

Closed jnury closed 6 years ago

jnury commented 6 years ago

This is an example module to interact with ADXL345 accelerometer thru I2C; as shown at PSConf.eu ;-)

TylerLeonhardt commented 6 years ago

Hey @jnury, thanks for this! I just want to let you know that we'll need to add the Microsoft copyright comment on top of all the ps*1s.

Is that going to be ok with you? Since we don't have too many examples, you can keep your name under the author but that could change later since this is an official Microsoft repo and compliance changes.

TylerLeonhardt commented 6 years ago

The alternative is that we can turn the Examples ToC README into a list of examples that include links to outside modules.

jnury commented 6 years ago

Hello Tyler, no problem at all, you can change anything you want ;-)

jnury commented 6 years ago

And if you prefer to link to another repo, it's OK for me too.

jnury commented 6 years ago

Thank YOU :-)