ds2k5

Results 53 comments of ds2k5

@9names thanks for your time - here is the snip of Cargo.toml run with: **cargo check --release --example blinky3 --features="critical-section-impl"** ``` [dependencies] cortex-m = "0.7.2" embedded-hal = { version =...

>remove the line I did >and see if it's still broken yes it is: ``` | 12 | let mut buffer = vec![0u8; value.len() + 1]; | ^^^ error: cannot...

@9names thanks a lot.... will try later this day **cargo generate --git https://github.com/rp-rs/rp2040-project-template/** if add i2c ( cargo add i2c ) then the issue is there.... marry xmas

@ithinuel thanks for the information

@ithinuel what did I wrong ? ![grafik](https://github.com/rp-rs/rp-hal/assets/11292286/cf1e0ebe-9af9-4b34-8ae2-6fe95daca578) Error: ``` error[E0277]: the trait bound `Rate: From` is not satisfied --> src/main.rs:101:9 | 97 | let mut i2c = hal::I2C::i2c1( | --------------...

@ithinuel the Version with .kHz() did not work for me ![grafik](https://github.com/rp-rs/rp-hal/assets/11292286/c58b63de-58da-4bc2-9f44-f1dc23cd74d9)

sorry my english is not so good could you explain another way or show me the line of import you mean please ?

no was not in the code I use add it but... ![grafik](https://github.com/rp-rs/rp-hal/assets/11292286/d11d5edf-aba2-4f32-a2de-c110b2c1aa1a) relpaced it ( quick an dirty ) with use hal::*; now it compile thank you!

@mrmariosgithu Hi, nice thanks for sharing how did you the dump ? could you access with adb ? I am seaching for a friend that have a smd soldering station...