Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tweedegolf/tof10120-rs
Driver crate for the TOF-10120 Time-of-flight sensor in Rust
https://github.com/tweedegolf/tof10120-rs
Last synced: about 2 months ago
JSON representation
Driver crate for the TOF-10120 Time-of-flight sensor in Rust
- Host: GitHub
- URL: https://github.com/tweedegolf/tof10120-rs
- Owner: tweedegolf
- Created: 2020-12-18T10:46:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T12:40:53.000Z (about 4 years ago)
- Last Synced: 2024-10-31T12:13:07.204Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TOF10120-rs
Simple driver for the TOF10120 time-of-flight distance sensor, written in Rust.
For now, only implements communication over I2C.
This time-of-flight sensor yields 16-bit values in millimeters.[Documentation on docs.rs](https://docs.rs/tof10120)
See the [STM32F103 example](./examples/stm32f103.rs) for an example on how to use this driver.