Diego Barrios Romero

Results 40 issues of Diego Barrios Romero

The PWM traits available on the 0.2.x versions have been removed ahead of the 1.0.0 release. See: #357 This issue servers as a tracking issue until we add them back....

_(This was all done and discussed in #204 but this crate continued its evolution before the merge. Here I just adapted the traits to how we do things now: 1...

S-waiting-on-review
T-hal

The timer traits available on the 0.2.x versions have been removed ahead of the 1.0.0 release. See: #357 This issue servers as a tracking issue until we add them back....

The watchdog traits available on the 0.2.x versions have been removed ahead of the 1.0.0 release. See: #357 This issue servers as a tracking issue until we add them back....

The `Qei` trait available on the 0.2.x versions has been removed ahead of the 1.0.0 release. See: #357 This issue servers as a tracking issue until we add it back....

The `Capture` trait available on the 0.2.x versions has been removed ahead of the 1.0.0 release. See: #357 This issue servers as a tracking issue until we add it back....

Initial attempt. [Rendered](https://github.com/eldruin/embedded-hal/blob/migration-guide-1.0/MIGRATING-0.2-1.0.md) TODO: - [x] inside-out modules - [ ] embedded-hal-compat - [ ] Dedicated use-case help - [ ] Interoperability via implementation of both 0.2.x and 1.0.0 Fixes...

S-waiting-on-review
T-hal
no changelog

The `Pwm` trait is cumbersome to implement in a driver like the [PCA9685 driver](https://github.com/eldruin/pwm-pca9685-rs) due to the `try_set_period` and `try_get_period` methods, which depend on knowledge of the "real-world" frequency on...

discussion

Blocked on https://github.com/rust-embedded/embedded-hal/issues/177.

It would be great to have a changelog file where the changes between releases were detailed. It would probably be too tedious to add all previous releases, but at least...