# `KXTJ3-1057` [![Crate][crate-image]][crate-link] [![Docs][docs-image]][docs-link] ![MIT licensed][license-image] Platform-agnostic Rust driver for the KXTJ3-1057,3-axis MEMS accelerometer. ## Resources - [KXTJ3-1057 product page][product-page] - [KXTJ3-1057 datasheet][datasheet] ### Examples - [Orientation](https://github.com/p3zhy/kxtj3-1057/blob/main/examples/orientation.rs) - [Motion Interrupt](https://github.com/p3zhy/kxtj3-1057/blob/main/examples/motion_interrupt.rs) ## License Dual licensed under your choice of either of: - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) - MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) ### 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. [crate-image]: https://img.shields.io/crates/v/kxtj3-1057.svg [crate-link]: https://crates.io/crates/kxtj3-1057 [docs-image]: https://img.shields.io/docsrs/kxtj3-1057/latest [docs-link]: https://docs.rs/crate/kxtj3-1057/latest/ [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [product-page]: https://www.rohm.com/products/sensors-mems/accelerometer-ics/kxtj3-1057-product#productDetail [datasheet]: https://fscdn.rohm.com/kionix/en/datasheet/kxtj3-1057-e.pdf