fs3000-rs

Crates.iofs3000-rs
lib.rsfs3000-rs
version0.1.4
created_at2024-11-29 17:17:08.233209+00
updated_at2026-01-02 05:36:47.695479+00
descriptionA platform-agnostic, embedded-hal driver for FS3000 airflow sensors.
homepage
repositoryhttps://github.com/JanBerktold/fs3000-rs
max_upload_size
id1465837
size27,431
Jan Berktold (JanBerktold)

documentation

README

embedded_hal device driver for FS3000 air velocity sensors

docs.rs

This crate supports I2C communication to any FS3000 air velocity sensor such as the FS3000-1015. They are commonly available, for example as a Sparkfun Qwiic Board.

As this crate builds upon embedded-hal and embedded-hal-async, it can be used in either blocking or async code on all platforms supported by embedded-hal.

See the FS3000 documentation for usage examples.

Commit count: 8

cargo fmt