#time-of-flight #tof

no-std tof10120

A driver for the TOF10120 Time-of-Flight sensor

1 unstable release

0.1.0 Dec 23, 2020

#732 in #embedded

MIT/Apache

5KB

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.


lib.rs:

Simple driver for the TOF10120 time-of-flight distance sensor. For now, only implements communication over I2C. This time-of-flight sensor yields 16-bit values in millimeters.

Dependencies

~1MB
~12K SLoC