Diego Barrios Romero

Results 106 comments of Diego Barrios Romero

Hi there, here is the reminder :)

I think it is worth mentioning [register-rs](https://crates.io/crates/register) here.

There has been some discussion about a flash/memory API [here](https://github.com/rust-embedded/embedded-hal/issues/28). I think you can skip the `usize` is most of those methods, since the slice will already tell you how...

Thanks. My brain immediately saw a pointer+length like in C :)

If you look at the list, you can see that there are 2 drivers for the nrf24l01: - https://crates.io/crates/embedded-nrf24l01 - https://github.com/maikelwever/nrf24l01

This is a valid and important point. There are some embedded commercial testimonials in the [Rust official website](https://www.rust-lang.org/what/embedded) coming from [here](https://github.com/rust-embedded/wg/issues/108). I would welcome proposals to integrate further and/or more...

Aside from the coolness factor, it has been useful to me to distinguish which projects have a published crate and which ones do not. Personally, for the ones with a...

That would definitely be interesting!

Interesting find! Following the code path you can see that [two linux write messages are created](https://github.com/rust-embedded/linux-embedded-hal/blob/66e773bda9af92069287c1d27cc0b8a6e81b3ec1/src/i2c.rs#L127) and [sent](https://github.com/rust-embedded/linux-embedded-hal/blob/66e773bda9af92069287c1d27cc0b8a6e81b3ec1/src/i2c.rs#L134) to the underlying [rust-i2cdev](https://github.com/rust-embedded/rust-i2cdev) library. There it is [received and the message...

@rust-embedded/embedded-linux what is missing for a final `0.4.0` release?