# Chip Select GPIO Traits
[![Crates.io][crates-image]][crates-link]
[![Docs][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
[![Safety Dance][safety-image]][safety-link]
![MSRV][msrv-image]
[![EUPL 1.2 licensed][license-eupl-image]][license-eupl-link]
[![Apache 2.0 licensed][license-apache-image]][license-apache-link]
[![MIT licensed][license-mit-image]][license-mit-link]
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][cc] 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](LICENSE-EUPL)
or https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12)
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
[crates-image]: https://img.shields.io/crates/v/chip-select
[crates-link]: https://crates.io/crates/chip-select
[docs-image]: https://docs.rs/chip-select/badge.svg
[docs-link]: https://docs.rs/chip-select/
[build-image]: https://github.com/sunsided/chip-select/workflows/Rust/badge.svg
[build-link]: https://github.com/sunsided/chip-select/actions
[safety-image]: https://img.shields.io/badge/unsafe-forbidden-success.svg
[safety-link]: https://github.com/rust-secure-code/safety-dance/
[msrv-image]: https://img.shields.io/badge/rustc-1.64+-blue.svg
[license-eupl-image]: https://img.shields.io/badge/license-EUPL_1.2-blue.svg
[license-apache-image]: https://img.shields.io/badge/license-Apache_2.0-blue.svg
[license-mit-image]: https://img.shields.io/badge/license-MIT-blue.svg
[license-apache-link]: https://github.com/sunsided/chip-select/blob/develop/LICENSE-APACHE
[license-mit-link]: https://github.com/sunsided/chip-select/blob/develop/LICENSE-MIT
[license-eupl-link]: https://github.com/sunsided/chip-select/blob/develop/LICENSE-EUPL
[embedded-hal]: https://docs.rs/embedded-hal/
[cc]: https://contributor-covenant.org