esp-hal/esp-metadata
Jonathan 94db708f49
Touch support for ESP32 (#1873)
* Added touch pad support

* touch: Introduced blocking mode

* touch: moved fns out of TouchPad to prepare async code

* touch: added async support and embassy example
2024-08-06 07:19:41 +00:00
..
devices Touch support for ESP32 (#1873) 2024-08-06 07:19:41 +00:00
src Check all features and targets in CI when linting (#1824) 2024-07-24 11:45:41 +00:00
Cargo.toml Check all features and targets in CI when linting (#1824) 2024-07-24 11:45:41 +00:00
README.md Housekeeping (#1647) 2024-05-31 13:58:54 +00:00

esp-metadata

Crates.io docs.rs MSRV Crates.io Matrix

Metadata for Espressif devices, intended for use in build scripts.

Documentation

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.60 and up. It might compile with older versions but that may change in any new patch release.

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.