Need Pin Interrupts library for c# mono raspberry pi - Raspberry Pi Forums
hi , developing application requires read status of pin on raspberry pi board (long polling) there library (dll) supports pin interrupts ? ie., if pin high / low should rise event. found library .net (https://github.com/danriches/wiringpi.net) 1 please me how use library ?
i'm confused. on 1 hand "polling" on other hand ask interrupt. these considered opposites.
now, might guess want interrupt pin when physically changes , state change forwarded client web pages doing long polling.
given huge latencies in getting pin web page why not poll pin @ 100ms, or so, intervals?
sorry cannot advise c#. kind of hardware web interaction in javascript under node.js using 1 of many gpio node modules.
now, might guess want interrupt pin when physically changes , state change forwarded client web pages doing long polling.
given huge latencies in getting pin web page why not poll pin @ 100ms, or so, intervals?
sorry cannot advise c#. kind of hardware web interaction in javascript under node.js using 1 of many gpio node modules.
raspberrypi
Comments
Post a Comment