Skip to content

Commit

Permalink
Add kxtj31057 crate to supported list (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
p3zhy authored Mar 7, 2024
1 parent 5ca7c2c commit d44a287
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ and/or the [`RawAccelerometer`] traits from this crate:
| [LIS3DH] | High Performance ST 3-Axis MEMS "nano" Accelerometer | [![crates.io][lis3dh-crate-img]][lis3dh] [![docs.rs][lis3dh-docs-img]][lis3dh-docs] |
| [MMA7660FC] | Grove 3-Axis Digital Accelerometer | [![crates.io][mma7660fc-crate-img]][mma7660fc] [![docs.rs][mma7660fc-docs-img]][mma7660fc-docs] |
| [STK8BA58] | SENSORTEK 3-Axis MEMS Accelerometer | [![crates.io][stk8ba58-crate-img]][stk8ba58] [![docs.rs][stk8ba58-docs-img]][stk8ba58-docs] |
| [KXTJ31057] | Silicon Micromachined 3-axis accelerometer | [![crates.io][kxtj31057-crate-img]][kxtj31057] [![docs.rs][kxtj31057-docs-img]][kxtj31057-docs] |


[adxl313]: https://github.com/mvniekerk/adxl313.rs
[adxl313-crate-img]: https://img.shields.io/crates/v/adxl313.svg
Expand Down Expand Up @@ -76,6 +78,12 @@ and/or the [`RawAccelerometer`] traits from this crate:
[stk8ba58-docs-img]: https://docs.rs/stk8ba58/badge.svg
[stk8ba58-docs]: https://docs.rs/stk8ba58/

[kxtj31057]: https://github.com/p3zhy/kxtj3-1057/
[kxtj31057-crate-img]: https://img.shields.io/crates/v/kxtj3-1057.svg
[kxtj31057-docs-img]: https://docs.rs/kxtj3-1057/badge.svg
[kxtj31057-docs]: https://docs.rs/kxtj3-1057/


## Orientation Tracking (3-axis accelerometers only)

![ezgif-1-16e98d9b86ad](https://user-images.githubusercontent.com/797/55564522-ebaf2b00-56ac-11e9-808f-9809e85c1bd2.gif)
Expand Down Expand Up @@ -128,4 +136,4 @@ Dual licensed under your choice of either of:
[`accelerometer::Orientation`]: https://docs.rs/accelerometer/latest/accelerometer/orientation/enum.Orientation.html
[`accelerometer::Tracker`]: https://docs.rs/accelerometer/latest/accelerometer/orientation/struct.Tracker.html
[cc]: https://contributor-covenant.org
[CODE_OF_CONDUCT.md]: https://github.com/NeoBirth/accelerometer.rs/blob/develop/CODE_OF_CONDUCT.md
[CODE_OF_CONDUCT.md]: https://github.com/NeoBirth/accelerometer.rs/blob/develop/CODE_OF_CONDUCT.md

0 comments on commit d44a287

Please sign in to comment.