#register #i2c

no-std hardware-registers

Generic, embedded-friendly hardware registers support, including traits and types for understanding I2C registers

3 unstable releases

0.2.0 Jul 5, 2024
0.1.0 Jul 1, 2024

#1530 in Embedded development

Download history 364/week @ 2024-06-27 266/week @ 2024-07-04 18/week @ 2024-07-11 6/week @ 2024-07-18 15/week @ 2024-07-25

170 downloads per month
Used in 4 crates (2 directly)

EUPL-1.2 OR Apache-2.0 OR MIT

28KB
665 lines

Hardware Register Traits

Crates.io Docs Build Status Safety Dance codecov MSRV EUPL 1.2 licensed Apache 2.0 licensed MIT licensed

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:

No runtime deps