DimensionEngineering.Sabertooth 1.6.0

dotnet add package DimensionEngineering.Sabertooth --version 1.6.0
NuGet\Install-Package DimensionEngineering.Sabertooth -Version 1.6.0
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="DimensionEngineering.Sabertooth" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DimensionEngineering.Sabertooth --version 1.6.0
#r "nuget: DimensionEngineering.Sabertooth, 1.6.0"
#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 DimensionEngineering.Sabertooth as a Cake Addin
#addin nuget:?package=DimensionEngineering.Sabertooth&version=1.6.0

// Install DimensionEngineering.Sabertooth as a Cake Tool
#tool nuget:?package=DimensionEngineering.Sabertooth&version=1.6.0

Control your SyRen or Sabertooth motor driver with VB.NET, C#, or any other .NET Framework language.

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

This package has no dependencies.

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.6.0 1,820 6/14/2014
1.0.0 1,360 4/2/2013

Version 1.6 (13 July 2014)
- Added support and an example for controlling USB-enabled Sabertooth
 motor drivers with USB HID instead of serial. If you need your
 application to work without installing serial drivers, consider this.
 This new support requires the HidSharp library.
- Added the Sabertooth 2x32 2014-06-09 firmware's SetCurrentLimit.

Version 1.5 (1 July 2013)
- Added support for USB-enabled Sabertooth motor drivers.

Version 1.0 (1 April 2013)
- Initial public release.