Rahul Thakoor
Rahul Thakoor
hey there, `rust_gpiozero` uses [rppal](https://github.com/golemparts/rppal) under the hood. I believe this functionality can be exposed using [set_async_interrupt](https://docs.golemparts.com/rppal/0.11.3/rppal/gpio/struct.InputPin.html#method.set_async_interrupt) ? PRs are welcomed :)
hello, thanks. Maybe it is related to https://github.com/rahul-thakoor/rust_gpiozero/issues/9 ? could use all the help to check and test PRs. thanks
hey @AldaronLau @karisair @azjkjensen thanks a lot! Any suggestions on how to proceed?
@AldaronLau no particular reason for choosing that license. perhaps might make more sense to got with MIT/Apache-2.0 as other rustlang crates? thoughts?
thanks @azjkjensen @AldaronLau I will add issues for further work to be done. feel free to add issues you see relevant
Feel free to comment on those you would be willing to work on @azjkjensen perhaps you can help test the current open PR? thanks 🙏
thanks @dcroote that would be great. we should also automatically publish to crates.io
hey @dcroote awesome! i would really appreciate that :)
@tmigone perhaps we need conf files similar to the ones [here](https://github.com/LibreELEC/LibreELEC.tv/tree/master/projects/RPi/filesystem/usr/share/alsa/cards)
hey @hferentschik were you able to test if it works?