tof10120

Crates.iotof10120
lib.rstof10120
version0.1.0
sourcesrc
created_at2020-12-23 12:40:09.58777
updated_at2020-12-23 12:40:09.58777
descriptionA driver for the TOF10120 Time-of-Flight sensor
homepage
repositoryhttps://github.com/tweedegolf/tof10120-rs
max_upload_size
id326493
size11,929
Henk Oordt (hdoordt)

documentation

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

See the STM32F103 example for an example on how to use this driver.

Commit count: 9

cargo fmt