ttp229 0.0.1

Platform agnostic Rust driver for the TTP229, 16/8 keys touch pad detector IC.
Documentation
[dependencies.embedded-hal]
version = "0.2.7"

[package]
authors = ["Vitaly Domnikov <oss@vitaly.codes>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform agnostic Rust driver for the TTP229, 16/8 keys touch pad detector IC."
documentation = "https://docs.rs/ttp229"
edition = "2021"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["ttp229", "driver", "embedded-hal-driver"]
license = "MIT/Apache-2.0"
name = "ttp229"
readme = "README.md"
repository = "https://github.com/dotcypress/ttp229"
resolver = "2"
version = "0.0.1"