#driver #embedded-hal-driver #platform #key #touch #pad #ic

no-std ttp229

Platform agnostic Rust driver for the TTP229, 16/8 keys touch pad detector IC

1 unstable release

0.0.1 Oct 8, 2022

#17 in #pad

MIT/Apache

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

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