| Crates.io | fs3000-rs |
| lib.rs | fs3000-rs |
| version | 0.1.2 |
| created_at | 2024-11-29 17:17:08.233209+00 |
| updated_at | 2025-06-21 21:08:28.768765+00 |
| description | A platform-agnostic, embedded-hal driver for FS3000 airflow sensors. |
| homepage | |
| repository | https://github.com/JanBerktold/fs3000-rs |
| max_upload_size | |
| id | 1465837 |
| size | 467,000 |
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.