Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedel1043/adxl345-hal
A hal-compatible ADXL345 controller
https://github.com/jedel1043/adxl345-hal
accelerometer embedded rust
Last synced: about 1 month ago
JSON representation
A hal-compatible ADXL345 controller
- Host: GitHub
- URL: https://github.com/jedel1043/adxl345-hal
- Owner: jedel1043
- License: apache-2.0
- Created: 2022-07-02T02:02:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T02:03:00.000Z (over 2 years ago)
- Last Synced: 2024-10-30T06:15:59.660Z (3 months ago)
- Topics: accelerometer, embedded, rust
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# adxl345-hal
This is a high-ish level controller for the `ADXL345` accelerometer, compatible
with the [`embedded_hal`] crate.[`embedded_hal`]: https://github.com/rust-embedded/embedded-hal
## TODOs
- Documentation.
- Examples.
- Testing.
- A more general API that doesn't involve manipulating registers.## License
This repository is dual-licensed under the MIT or the Apache 2.0 License. You can
freely choose either the MIT or the Apache 2.0 License if you plan to re-use its
code. See LICENSE-MIT or LICENSE-APACHE for more information on each license.