🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

vl53l1-reg

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vl53l1-reg

Source
Cargo
Version
0.1.1
Version published
Maintainers
0
Created
Source

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!

FAQs

Package last updated on 11 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts