Question

i am working on embedded devices where it is common that you handle some hw interrupt events with c code (like catching a pressed button, or let some LED´s blink), i was wondering if anybody has some experience doing this on mono, c#.

I was thinking about Pinvoke native libraries with the interrupt handlers.

Could this work or has someone other advices?

best regards

Was it helpful?

Solution

Not mono but worth looking at and closest to your requirement is MS .Net Micro Framework. Most popular hardware incarnation is FEZ Domino. It supports subset of C# and interrupts for supported hardware.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top