3 unstable releases
0.2.0 | Jul 5, 2024 |
---|---|
0.1.0 | Jul 5, 2024 |
#601 in Embedded development
21 downloads per month
Used in l3gd20-ng
13KB
152 lines
Chip Select GPIO Traits
Generic Rust GPIO pin support for chip select purposes, intended for use with
platform-agnostic drivers written using embedded-hal. Supports embedded-hal
version
0.2
and 1.0
.
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)
Dependencies
~58KB