Rogier Lodewijks
Rogier Lodewijks
Nope, the camera uses a high speed, time critical protocol, an MCP23017 wouldn't be able to keep up (by far!). The esp32-cam component uses the I2S module and DMA engine...
Yep just wanted to create this exact same issue.. and found this one.. :) Fixed it for my display as follows: (and works fine now with 'embedded graphics' and 'embedded...
Ok, fair enough you may not disable global interrupts for longer periods. But any ideas on what causes the hard fault? (Mostly out of interest)
Would be a very welcome addition.. Is this change still alive?
> Is IoPin [rust-embedded/embedded-hal#269](https://github.com/rust-embedded/embedded-hal/pull/269) relevant? Seems reasonable if that's the path the embedded-wg goes, nrf-hal follows along? Currently I'm in need of this kind of pin handling (in my case...
This opens a multiple connection (in my app so many it exhausted the max file descriptors!) ```ruby conn = HTTP.persistent('http://example.com') (1..20).map do |i| conn.basic_auth(:user => username, :pass => password) .post('/post_path/',...
Easy fix to add an alias, have to look this up each time...
Please remove broken packages or mark as "broken" and/or "deprecated" See #15, #13
Had this exact problem (also with nRF9160) when upgrading to probe-run 0.3.5. Reverting back to 0.3.3 _'fixed'_ the issue. Could be be a regression bug? _Note. Building my Rust stuff...
@ajaybhargav Your solution looks pretty sane to me. When glancing over the commit itdoes not seem to brake the current API. @DaveGamble any chance we'll see this merged into main...