Gaëtan André
Gaëtan André
I am asking myself the same thing. Can we use audio for contact tracking in crowded environment. It would be a way to circumvent the issue with Apple not wanting...
I am not a specialist of sound apps on mobile phone. Can't we use several outputs/inputs at once? Can(t we choose to use phone mic + phone speaker programmatically while...
I had a similar issue with Adobe Reader and using Custom Path Setting solved the issue.
I could move two step further. I changed the panic-semihostic dependency version to `0.5.2` in `cargo.toml` But then there is a failure on: ``` error: use of deprecated item 'hal::prelude::_embedded_hal_digital_OutputPin::set_low':...
Got it running by modifying `.cargo/config` to: ``` [target.thumbv7em-none-eabi] runner = 'arm-none-eabi-gdb' rustflags = [ "-C", "link-arg=-Tlink.x", # "-C", "link-arg=-Wl,-Tlink.x", # "-C", "link-arg=-nostartfiles", ] [target.thumbv7em-none-eabihf] runner = 'arm-none-eabi-gdb' rustflags =...
Some other examples still won't compile. I guess this crate needs to be refactored to use the updated version of the hall. Any plans?
@daveyarwood, many thanks. I was sure that the zguide examples for JeroMQ had to be on this repo somewhere, but apparently I am not so good at searching. I think...
I am unsure of what you are asking.