[][src]Crate tof10120

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.

Structs

TOF10120

Wrapper for a TOF10120, specific for an I2C peripheral, so that it cannot be written to from multiple peripherals, which would not make sense.