cc1101 icon indicating copy to clipboard operation
cc1101 copied to clipboard

Interrupt based access instead of polling

Open dsvensson opened this issue 7 years ago • 2 comments

Figure out how to use linux-embedded-hal on Raspberry Pi with interrupts.

dsvensson avatar Jun 02 '18 21:06 dsvensson

I think japaric's https://github.com/japaric/enc28j60 has details on how this can be done.

I may be wrong, but I think an interrupt API is in the works so waiting for that is an option.

fmckeogh avatar Jul 16 '18 13:07 fmckeogh

Here seems to be some details in that area... https://github.com/japaric/embedded-hal/issues/57

dsvensson avatar Aug 06 '18 10:08 dsvensson