#io #hal #i2c #module #driver #time-of-flight #laser-ranging

no-std vl6180x

A rust driver for the VL6180X (Time-of-Flight I2C laser-ranging module)

2 releases

0.1.3 Dec 4, 2019
0.1.0 Dec 4, 2019

#155 in #i2c

MIT license

3KB

vl6180x

no_std driver for VL6180X (Time-of-Flight I2C laser-ranging module)

Build Status

Basic usage

Include this library as a dependency in your Cargo.toml:

[dependencies.vl6180x]
version = "<version>"

lib.rs:

Manages a new VL6180X, Time-of-Flight I2C laser-ranging module

Dependencies

~360KB