FS1027-DG Gas Flow Sensor Module driver for no_std embedded-hal
The crate uses the common embeded-hal crate to provided a generic implementation for multiple HALs.
It implements value verification as well as conversion into liters/min.
The esp32-hal example creates the I²C master and tries to read sensor data on pin 1 and 2. Build and run via:
shell
cargo espflash --release /dev/ttyUSB0 && espmonitor /dev/ttyUSB0
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.