Bekker.Adafruit.PCA9685PwmDriver 1.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bekker.Adafruit.PCA9685PwmDriver --version 1.2.2
NuGet\Install-Package Bekker.Adafruit.PCA9685PwmDriver -Version 1.2.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bekker.Adafruit.PCA9685PwmDriver" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bekker.Adafruit.PCA9685PwmDriver --version 1.2.2
#r "nuget: Bekker.Adafruit.PCA9685PwmDriver, 1.2.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Bekker.Adafruit.PCA9685PwmDriver as a Cake Addin
#addin nuget:?package=Bekker.Adafruit.PCA9685PwmDriver&version=1.2.2

// Install Bekker.Adafruit.PCA9685PwmDriver as a Cake Tool
#tool nuget:?package=Bekker.Adafruit.PCA9685PwmDriver&version=1.2.2

Raspberry pi 2, Windows 10 IOT driver for Adafruit 16-Channel 12-bit PWM Breakout

Product Compatible and additional computed target framework versions.
Universal Windows Platform netcore50 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.1 1,464 12/2/2016
1.3.0 1,145 11/22/2016
1.2.2 1,041 11/22/2016
1.2.1 1,410 2/16/2016
1.2.0 1,325 2/16/2016
1.1.0 1,423 1/6/2016
1.0.0 1,355 12/28/2015

1.2.2 - Renamed MovePercentage() to DrivePercentage(), Pulse() method made public, updated nuspec with dependencies
     1.2.1 - Fix 1.2 release
     1.2 - MovePercentage now only accepts double as input
     1.1 - Fix stuff, and clean up some code
     1.0 - Initial release