HardwareInterface 1.0.1
See the version list below for details.
dotnet add package HardwareInterface --version 1.0.1
NuGet\Install-Package HardwareInterface -Version 1.0.1
<PackageReference Include="HardwareInterface" Version="1.0.1" />
paket add HardwareInterface --version 1.0.1
#r "nuget: HardwareInterface, 1.0.1"
// Install HardwareInterface as a Cake Addin #addin nuget:?package=HardwareInterface&version=1.0.1 // Install HardwareInterface as a Cake Tool #tool nuget:?package=HardwareInterface&version=1.0.1
HardwareInterface
Interface for many sensors and other things I used when playing around.
对我用过的传感器等硬件的接口。
What is this 是什么
When I am playing with some piece of hardware and developing in CSharp, I'd rather write the 'drivers' for them first and then use the 'drivers' to achieve functions. This repo is what I use.
当我用C#开发一些硬件相关功能时,我会先把它们的"驱动"程序写好,然后调用这些库来实现功能。这个仓库就是我写的"驱动"们。
Where are the documents 有文档吗
Sorry, but I do not have much time for making documents for my codes since they are designed for my self and to my own convenience. I dont need documents to use my own code ofcourse.
BUT, in the repo there are many comments for you to understand what some piece of code do. Some of them are in English, some of them are not. I'll fix that later, and before that you can just googletranslate them.
Good luck.
很遗憾,我没有足够时间为我自己的代码编写文档,因为它们是为我自己设计的,我显然不需要文档也能正确使用它们。
但是,代码中有很多注释,应该能让你理解代码的作用和用法。它们有些是英语,有些不是。我以后会改正这个问题,在这之间可以自己百度翻译一下。
祝你好运。
How to use 如何使用
Just install this package as normal nuget packages. Link to the nuget gallery page can be found at top of this page.
当作普通Nuget程序包安装就好了。到NugetGallery的链接在这个页面上方。
Need help 需要帮助 / Bug found 发现Bug
Just send me an issue. I will handle that when I see it.
Some issue may be labled WontFix and never handled
发Issue.我看到了就会处理。 有些Issue会被标记为WontFix,且永远不会修复
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net5.0
- OpenCvSharp4 (>= 4.5.1.20210210)
- System.Device.Gpio (>= 1.4.0)
- System.IO.Ports (>= 5.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.