vl53l0x 1.0.1

A platform agnostic driver to interface with the vl53l0x (time-to-flight sensor)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Roma Sokolov", "Alexander Zhuravlev"]
categories = ["embedded", "hardware-support", "no-std"]
description = "A platform agnostic driver to interface with the vl53l0x (time-to-flight sensor)"
documentation = "https://docs.rs/lsm303c"
keywords = ["embedded-hal-driver", "range", "time-fo-flight", "distance"]
license = "MIT"
name = "vl53l0x"
repository = "https://github.com/copterust/vl53l0x"
version = "1.0.1"
edition = "2018"

[dependencies]
nb = "0.1"

[dependencies.hal]
version = "1.0"
package = "embedded-hal"