vl6180x 0.1.3

A rust driver for the VL6180X (Time-of-Flight I2C laser-ranging module)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `vl6180x`

> no_std driver for [VL6180X]https://www.st.com/resource/en/datasheet/vl6180x.pdf (Time-of-Flight I2C laser-ranging module)

[![Build Status](https://travis-ci.org/lucazulian/vl6180x.svg?branch=master)](https://travis-ci.org/lucazulian/vl6180x)
[![crates.io](http://meritbadge.herokuapp.com/vl6180x?style=flat-square)](https://crates.io/crates/vl6180x)

## Basic usage

Include this [library](https://crates.io/crates/vl6180x) as a dependency in your `Cargo.toml`:

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