mpr121-hal

Crates.iompr121-hal
lib.rsmpr121-hal
version0.3.0
sourcesrc
created_at2022-11-04 14:25:49.537341
updated_at2023-07-25 16:29:12.892486
descriptionMPR121 proximity capacitive touch sensor controller hal driver implementation.
homepagehttps://gitlab.com/tendsinmende/mpr121-hal
repositoryhttps://gitlab.com/tendsinmende/mpr121-hal
max_upload_size
id705185
size31,858
Tendsin Mende (SiebenCorgie)

documentation

https://docs.rs/mpr121-hal/latest/

README

MPR121-hal

crates.io docs.rs dependency status

Mpr121 proximity capacitive touch sensor controller driver. Used for instance on the Adafruit Mpr121 module.

Overview

The crate uses the embeded-hal crate to provided a generic implementation for multiple HALs.

The implementation provides a similar API to the C++ Adafruit library. It should work with similar boards using the Mpr121 as well.

Development

The crate is considered complete at the moment. It provides the core functionality as well as helper functions. It stays in pre-1.0 release in case errors are found within the next year. Otherwise it'll change to 1.0 around Nov. 2023.

License

Licensed under either of

at your option.

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 16

cargo fmt