dsvensson / cc1101

A platform agnostic driver to interface with the CC1101 (Sub-1GHz RF Transceiver)
Apache License 2.0
30 stars 16 forks source link

Interrupt based access instead of polling #20

Open dsvensson opened 6 years ago

dsvensson commented 6 years ago

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

fmckeogh commented 6 years ago

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.

dsvensson commented 5 years ago

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