-
- [x] I was not able to find an [open](https://github.com/zendframework/zend-expressive-hal/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-expressive-hal/issues?q=is%3Aclosed) i…
-
## Bug description
I'm trying to write to an SD card with the `embedded-sdmmc` crate (latest verion: `0.8.0`), which requires a struct that implements the `SpiDevice` trait. Now the documentation o…
-
This is a feature request to implement [embassy_embedded_hal::SetConfig](https://docs.embassy.dev/embassy-embedded-hal/git/default/trait.SetConfig.html) on anything which currently implements SpiBus (…
-
Most pin functions (`is_high()`, `set_low()`, etc.) return results, which are virtually always infallible, but we are still forced to unwrap them which is a very unfortunate and bad design smell.
I…
-
Is there a reason that the `embedded_hal::delay::DelayUs` API is not defined as follows:
```rust
use core::time::Duration;
pub trait Delay {
fn delay(&mut self, duration: Duration);
…
-
Currently the bitstream's mimetype is missing from the `bitstream` model. The client already passes the mimetype in `create_bitstream()`. If this was available in the model it could be used instead of…
-
Can this be used for Arduino as a high level crate?
-
When trying out the basic example code (adapted for a raspberry pi), the program hangs at the call to `init`. Looking further, it seems every call to `send_command` hangs in the while loop preceded by…
-
I tried the crate like this with my ESP32-C3-Zero:
```
use anyhow::Result;
use esp_idf_hal::delay::FreeRtos;
use esp_idf_hal::peripherals::Peripherals;
use esp_idf_svc::log::EspLogger;
use esp…
-
the enter icon is missing in the mdi entry.
but clicking where it is supposed to be does work.