Codecrete.Wirekite.WinLib 0.5.1

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

// Install Codecrete.Wirekite.WinLib as a Cake Tool
#tool nuget:?package=Codecrete.Wirekite.WinLib&version=0.5.1

Getting Started

Wire up digital and analog IOs to your PC and control them with your C# / VB.NET code run on your PC.

To connect the inputs and outputs, use a Teensy development board connected via USB. It looks a lot like an Arduino Nano connected for programming. Yet with Wirekite the custom code is written for and run on your computer – not for the microcontroller.

See the Wiki for more information and how to get started.

.NET API documentation

Supported boards

Supported inputs / outputs / protocols

  • Digital output
  • Digital input
  • Analog input
  • PWM output
  • I2C
  • SPI
Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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
0.5.1 1,070 2/17/2018
0.5.0 997 2/17/2018
0.4.0 986 9/9/2017
0.3.0 909 8/27/2017
0.1.0 890 8/6/2017

Add support for SPI