Diego Barrios Romero

Results 107 comments of Diego Barrios Romero

We discussed in the WG meeting that we could keep the variant but improve its documentation. Any change suggestions?

@ryankurte Maybe you can think of a section introducing `embedded-hal-compat`

Ugh. Ugly indeed. Nice catch, though. What I would not do would be to change the `StatefulOutputPin` to get a `&mut self` since the methods have no side effects. Now,...

I would also like to use this type for synchronization of the accesses to the I/O pins in the [pcf847x](https://crates.io/crates/pcf857x) I/O expander crate when using the "virtual" pins after a...

I believe the only unresolved issue as of the list above is https://github.com/rust-embedded/embedded-hal/issues/172 I would also add the dependency on https://github.com/japaric/nb/issues/20 Then we need to think about the dev-dependencies which...

I believe an exact version should be needed for alphas. i.e. `embedded-hal = "=1.0.0-alpha.2"`

@AlyoshaVasilieva #201 certainly highlights a problem but at the moment there are no concrete PR proposals to fix it. I think this will require more time to iron out and...

We should not forget that `embedded-hal` is useful not only for generic drivers but also as a common abstraction for MCU HALs. Thanks to `embedded-hal` it should be easier to...

There is lots of inspiration to draw from at the [microbit site](https://microbit.org). There are a lot of funny examples there.

Thanks for the ideas @joaocarvalhoopen. I hope you have a lot of fun with this book. Since you seem to have at least (?) some embedded knowledge, we would very...