Bart Weber

Results 3 issues of Bart Weber

# Problem description Noticed that since version 0.11.0 the "Hello Dialog" example application from the README file, uses a tiny bit of CPU (~0,13%), while it used to be 0.00%....

On this page for the LED roulette challenge (https://rust-embedded.github.io/discovery/05-led-roulette/the-challenge.html) I had troubles when following the last tip to use the cargo run command i.c.w. openocd.gdb and .cargo/config Running the following...

I looked into this repository as an example to learn more about handling errors within a driver, but what I found out was that the possible errors from embedded_hal::blocking::i2c::Write#write (for...