https://github.com/initerworker/qmi8658
QMI8658 Sensors Driver written in Rust
https://github.com/initerworker/qmi8658
Last synced: about 1 year ago
JSON representation
QMI8658 Sensors Driver written in Rust
- Host: GitHub
- URL: https://github.com/initerworker/qmi8658
- Owner: IniterWorker
- License: apache-2.0
- Created: 2024-04-24T23:07:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T01:46:52.000Z (almost 2 years ago)
- Last Synced: 2025-06-18T22:59:29.525Z (about 1 year ago)
- Language: Rust
- Size: 76.2 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# QMI8658
Rust implementation I2C driver of the QMI8658 Low Noise, Wide Bandwidth 6D Inertial Measurement
Unit with Motion Co-Processor.
WIP...
## Open-To-Idea
Please feel free to open an issue with your design improvements/considerations.
## QMI8658 Sensor/Gyroscope
### Support
- [Embedded-hal v1.0.0](https://github.com/rust-embedded/embedded-hal/tree/embedded-hal-v1.0.0)
### Example
- [Waveshare esp32-s3-touch-lcd-1-28](https://github.com/IniterWorker/esp32-s3-touch-lcd-1-28)
## License
Licensed under 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)
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.