Teensy.Net
1.1.0
Provides an easy to use and efficient C# and .NET interface for PJRC Teensy devices, including discovery and state management. It has the ability to parse and upload HEX files using the API, or sample Uploader Windows Form application. The API has just a few classes and is very well documented in code. The sample Uploader application is heavily commented and shows off most of the capabilities of the assembly. There is no other documentation available at this time, though the .NET XML documentation file is included with the NuGet package and works with IntelliSense. The assembly is self-contained and requires no 3rd party code, other than standard .NET components.
See the version list below for details.
Install-Package Teensy.Net -Version 1.1.0
dotnet add package Teensy.Net --version 1.1.0
<PackageReference Include="Teensy.Net" Version="1.1.0" />
paket add Teensy.Net --version 1.1.0
Release Notes
This release no longer requires hidlibrary. All HID functionality is now implemented internally.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.