Juraj Sadel
Juraj Sadel
LEDC: it's possible to create multiple instances since the constructor doesn't take the LEDC peripheral: closed with #181 ADC: read currently does a runtime check if the given PIN is...
I will start working on LEDC.
After discussion with @bjoernQ it seems it's not that straightforward. In ESP-IDF the user can set the `clock` source but also manually choose the divider etc - it's a much...
> @JurajSadel any updates on the LCD devkit we ordered to test this driver? Unfortunately, it hasn't arrived yet.
Hello guys, finally, I received a HW so I can test/help with this PR.
> @JurajSadel Mind running the example in `main` in release mode (and debug mode if you can)? I'm curious if you get black/white or red/blue. [relevance](https://github.com/esp-rs/esp-hal/pull/1086#issuecomment-1921395769) > > Also which...
Hello @seijikun, sorry I don't have time right now to investigate the release profile issue (not related to this PR, though!). It would be nice if we could wrap up...
I'm planning to start working on `embedded_hal_async::i2c::I2c` soon.
Hi, @konkers I haven't spent much time on this yet. Feel free to pick it up.
@konkers Do you have any update regarding async i2c?