pwm-pca9685-rs

Platform-agnostic Rust driver for the PCA9685 I2C 16-channel, 12-bit PWM/Servo/LED controller

APACHE-2.0 License

Downloads
33.6K
Stars
28
Committers
5
pwm-pca9685-rs - Release 1.0.0 Latest Release

Published by eldruin 7 months ago

Added

  • Added Display, Error and common trait implementations for Error<E>.
  • Added common trait implementations for types.
  • Async support based on embedded-hal-async 1.0 behind async feature flag.
  • Added set_all_channels().

Changed

  • [breaking-change] Removed Default implementation for Pca9685 struct.
  • Raised MSRV to 1.75.0.
  • [breaking-change] Updated embedded-hal dependency to 1.0.
Package Rankings
Top 13.98% on Crates.io
Badges
Extracted from project README
crates.io Docs Build Status Coverage Status
Related Projects