Raspberry GPIO Manager:一个基本库用于使用C Sharp管理Raspberry Pi上的GPIO引脚 源码
RaspberryGPIOManager 这个简单的C#库使您可以轻松管理Raspberry Pi上的任何GPIO引脚。 如果您想了解更多关于GPIO,你可能想看看。 要查看有关库如何工作的示例,请参见下文。 注意:我目前正在对代码和存储库进行重大更改。 抱歉,如果我弄乱了并破坏了一些源文件。 编译中 如果要使RPi设置尽可能轻巧,并且不使用IDE,则可以按以下方式编译此库和项目: mcs -t:library GpioPin.cs Exceptions.cs -out:Raspberry-GPIO-Manager.dll mcs -reference:"path/to/previou
文件列表
Raspberry-GPIO-Manager-master.zip
(预估有个6文件)
Raspberry-GPIO-Manager-master
Raspberry-GPIO-Manager
GpioPin.cs
6KB
GpioPin.cs
6KB
Raspberry-GPIO-Manager.dll
6KB
LICENSE.md
1KB
README.md
2KB
Exceptions.cs
395B
暂无评论