Skip to content

no_std library for the LIS2DTW12 dual motion and temperature sensor using embedded-hal traits

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

JanekGraff/lis2dtw12-rs

Repository files navigation

LIS2DTW12-RS

Crate Docs Build Status dependency status MIT licensed

A platform agnostic driver to interface with the LIS2DTW12 (3-axis accelerometer + temperature sensor). The driver uses the embedded-hal traits and supports interfaces with I2C and SPI. The driver supports async and blocking modes, selectable with the async and blocking features.

Resources

Running examples

NOTE

You may need to adjust the features for embassy depending on the chip you're using. This is just a configuration i was using when developing this.

The example can be run like this:

cargo run --example stm32l431-embassy-async --no-default-features --features "async"

Contributing

If you have any problems feel free to open an issue, if i find the time i might review and fix it.

Also feel free to open PRs if you miss some features or find bugs. PRs for documentation, tests, examples, etc. are also very welcome!

License

Dual licensed under your choice of either of:

About

no_std library for the LIS2DTW12 dual motion and temperature sensor using embedded-hal traits

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages