#sensor #driver #vl53l1x #st #to-f #embedded-hal-i2c

vl53l1-reg

A crate for low-level access to the registers on the VL53L1X

2 releases

0.1.1 Jan 11, 2023
0.1.0 Sep 10, 2020

#1182 in Hardware support

Download history 4/week @ 2024-02-14 15/week @ 2024-02-21 30/week @ 2024-02-28 8/week @ 2024-03-06 8/week @ 2024-03-13 6/week @ 2024-03-20 26/week @ 2024-03-27 33/week @ 2024-04-03

74 downloads per month
Used in 2 crates

MIT/Apache

1MB
26K SLoC

vl53l1 Actions Status Crates.io

A pure-Rust port of the official ST VL53L1X ToF sensor C API (STSW-IMG007).

The lib directory contains the library crates. The examples directory contains a single examples for the STM32F107, though the library itself should be compatible with any device that Rust can target and that has an implementation of the embedded-hal I2C traits.

The lib/vl53l1-reg crate contains a generated register map, register structs, and some helper functions for writing to and reading from registers via I2C.

crates.io docs.rs

The lib/vl53l1 crate depend on the vl53l1-reg, handles most of the implementation and exposes the public API.

crates.io docs.rs

While much of the code has been Rust-ified, the function tree and overall architecture are still a direct port of the original C code. Feel free to submit PRs or issues related to rustifying the library further!

Dependencies

~110KB