This tracking issue covers the integration of the crate with various `embedded-hal` traits. Current state of `embedded_hal` in relation to what this crate needs: - PWM: [`embedded_hal::pwm::SetDutyCycle`](https://docs.rs/embedded-hal/latest/embedded_hal/pwm/trait.SetDutyCycle.html) - ADC: https://github.com/rust-embedded/embedded-hal/issues/377 - Encoders - For quadrature encoders: https://github.com/rust-embedded/wg/pull/762 - For analog encoders - same as ADC. - For digital encoders, various SPI/I2C implementations but all would require a separate crate for the driver.
This tracking issue covers the integration of the crate with various
embedded-haltraits.Current state of
embedded_halin relation to what this crate needs:embedded_hal::pwm::SetDutyCycle