| Crates.io | tof10120 |
| lib.rs | tof10120 |
| version | 0.1.0 |
| created_at | 2020-12-23 12:40:09.58777+00 |
| updated_at | 2020-12-23 12:40:09.58777+00 |
| description | A driver for the TOF10120 Time-of-Flight sensor |
| homepage | |
| repository | https://github.com/tweedegolf/tof10120-rs |
| max_upload_size | |
| id | 326493 |
| size | 11,929 |
//! 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.
See the STM32F103 example for an example on how to use this driver.