3 unstable releases
0.2.0 | Jul 5, 2024 |
---|---|
0.1.0 | Jul 1, 2024 |
#1869 in Embedded development
90 downloads per month
Used in 4 crates
(2 directly)
28KB
665 lines
Hardware Register Traits
Generic Rust hardware register support, including traits and types for processing I2C devices, intended for use with platform-agnostic drivers written using embedded-hal.
Requirements
- Rust 1.64+
Code of Conduct
We abide by the Contributor Covenant and ask that you do as well.
License
Copyright © 2024 Markus Mayer
Triple licensed under your choice of either of:
- European Union Public Licence, Version 1.2, (LICENSE-EUPL or https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12)
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)