w5500
                                
                                
                                
                                    w5500 copied to clipboard
                            
                            
                            
                        Using the interrupt
Hello, I'm interested in using the interrupt included in the creed for Wake on Lan. How can I do that?
It would be nice to have an example for this in the repository. I'm open to adding one.
I don't see any current support for interrupts in this crate, so any PR would need to be added to configure the interrupt. If you'd like to make a PR for adding interrupt support, I'd be happy to review it :)
I'd love to, however, I've only just began with embedded rust and I would need guidance to add support for interrupts.
Would you mind that or?
PS: I've also started working on async version of the crate, might open a WIP PR soon
No worries, would be happy to guid.
I imagine we want a new API added to `UninitializedDevice:
pub fn enable_interrupt(&mut self, interrupt: InterruptType)
or something similar. Also we would want to enable them for specific sockets.