Diego Barrios Romero

Results 107 comments of Diego Barrios Romero

ah, I see. I would say backporting depends on users' interest in `gpio_cdev` integration, then. If you need it, feel free to join this conversation!

We would be glad for translations of the book into Chinese and any other language! [mdbook does not have multilingual support yet](https://github.com/rust-lang/mdBook/issues/5) so I think an easy way to do...

In yesterday's weekly meeting we discussed a bit about this and I think I like the proposal of naming this `embedded-hal-bus` and put in there blocking and async `ExclusiveDevice` implementations....

Can this be closed since #120 has been merged?

Thanks for your test implementation @burrbull. For reference, here is the code: ```rust /// A digital output "port" /// /// `N` is number of pins in "port" /// /// `Width`...

Thanks for the simplified macro here @burrbull. I understood now how it solves the combination problem nicely. This example implementation works for `N`

An example of a device that exposes 16 IO pins which can be driven at the same time is the classic I2C [PCF8575](https://www.ti.com/lit/ds/symlink/pcf8575.pdf). (The datasheet talks about two ports because...

Sounds fine to me, although that list is getting longer. Could you send a PR to this repo adding these?

A complication in the case of ADCs is that some channel combinations can be configured to work in comparison mode, where the measurements taken correspond to the difference between two...