1 unstable release
0.0.1 | Oct 8, 2022 |
---|
#19 in #pad
7KB
72 lines
ttp229
Platform agnostic Rust driver for the TTP229, 16/8 keys touch pad detector IC.
Documentation
The documentation can be found at docs.rs.
License
Licensed under either of
- 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)
at your option.
Contribution
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.
lib.rs
:
A platform agnostic Rust driver for the TTP229, based on the
embedded-hal
traits.
The Device
The TTP229 IC is capacitive sensing design specifically for touch pad controls. The device built in regulator for touch sensor. The main application is focused at replacing of the mechanical switch or button.
Dependencies
~71KB