Microsoft-IoT-Maker-Light-Library by minh3

<PackageReference Include="Microsoft-IoT-Maker-Light-Library" Version="1.0.0" />

Package Files

0 bytes

 Microsoft-IoT-Maker-Light-Library 1.0.0

This application is the Windows Runtime Component used for Windows IoT. This use the class GpioPin to control the General Purpose Input Output (GPIO) pins on your device. In this case, a LED light.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Microsoft-IoT-Maker-Light-Library</id>
    <version>1.0.0</version>
    <authors>minh3</authors>
    <owners>minh3</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/superkid200/Light</projectUrl>
    <description>This application is the Windows Runtime Component used for Windows IoT. This use the class GpioPin to control the General Purpose Input Output (GPIO) pins on your device. In this case, a LED light.</description>
    <copyright>Copyright 2018</copyright>
    <tags>uwp windows windows10 iot windowsiot winrt</tags>
  </metadata>
</package>