本文介绍了需要针对c#mono raspberry pi的Pin Interrupts库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI,我们正在开发一个应用程序,它需要经常读取覆盆子pi板上的引脚状态(长轮询)是否有任何库(dll)支持引脚中断?即,如果引脚为高/低,它应该上升一个事件。我发现这个.net(https://github.com/danriches/WiringPi.Net)的库可以帮助我如何使用该库吗?

HI , we are developing an application which requires to read the status of pin on raspberry pi board frequently (long polling) is there any library (dll) supports pin interrupts ? ie., if the pin is HIGH / LOW it should rise an event. i found this library for .net (https://github.com/danriches/WiringPi.Net) could any one please help me how to use that library ?

推荐答案


这篇关于需要针对c#mono raspberry pi的Pin Interrupts库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 03:06