#embedded-hal #embedded-hal-driver #async #embedded

fs3000-rs

A platform-agnostic, embedded-hal driver for FS3000 airflow sensors

2 releases

new 0.1.1 Nov 29, 2024
0.1.0 Nov 29, 2024

#972 in Hardware support

Download history 87/week @ 2024-11-23

91 downloads per month

MIT license

415KB
200 lines

embedded_hal device driver for FS3000 air velocity sensors

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 for which embedded-hal platform support exists.

See the FS3000 documentation for usage examples.


lib.rs:

A platform-agnostic, embedded-hal driver for FS3000 airflow sensors, either directly or via a Sparkfun breakout board.

Dependencies