Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@golemparts golemparts released this 06 Oct 13:29
· 1014 commits to master since this release
0.2.0
bcfbecb
  • To adhere to Rust's naming conventions, several structs and enums that had GPIO, IO, BCM or CPU somewhere in their name have been changed to Gpio, Io, Bcm and Cpu respectively.
  • GPIO has been added as a temporary (deprecated) type alias for Gpio.
  • Minor version bump due to incompatible API changes in a 0.x.x release.