This repository was archived by the owner on Jul 1, 2025. It is now read-only.
v0.2.0
- 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.