Brian Schwind
Brian Schwind
Sorry, crappy nonexistent description. This was in reference to this comment thread: https://github.com/bschwind/yoga-rs/pull/7#issuecomment-314754404 But if `YGNodeGetChild` and `YGNodeRemoveChild` are also missing then we'll need to add those too. Right now...
Hi! Currently it's only ability is sending IR signals. However, the underlying library I use, [pigpio](https://abyz.me.uk/rpi/pigpio/), is capable of reading signals fast enough to act as an IR decoder.
Check out the `IR Receiver` example on this page (the 2015 link, not the 2013 link which gives a 404): https://abyz.me.uk/rpi/pigpio/examples.html
Noted! I hadn't done any audio work on the Pi concurrently with infrared stuff so I never ran into this. Hopefully we can limit audio interruption to at least the...
Thanks for the PR! It'll take me some time to look over, and I'm starting to think I should re-work this library to be a bit cleaner. I wrote this...
I have the volume control done, but not music playback controls yet.
Guess this will be for v0.4 if there is one.
Related issue: https://github.com/rp-rs/rp-hal/pull/406 Example usage: https://github.com/ithinuel/wilskeeb/blob/b5ec32751296f7bbcfca0da8c59499bfb91f8770/firmware/src/main.rs#L353-L359
Oh, I probably just need to set this flag: https://docs.rs/usb-device/0.2.9/usb_device/device/struct.UsbDeviceBuilder.html#method.supports_remote_wakeup
Here's a reference on how to do it properly: https://github.com/ithinuel/wilskeeb/blob/b5ec32751296f7bbcfca0da8c59499bfb91f8770/firmware/src/main.rs#L353-L359