gas-index-algorithm 0.1.1

An unofficial Rust port of Sensirion's gas-index-algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "gas-index-algorithm"
version = "0.1.1"
authors = ["Jon Lamb"]
edition = "2021"
repository = "https://github.com/jonlamb-gh/gas-index-algorithm"
description = "An unofficial Rust port of Sensirion's gas-index-algorithm"
categories = ["no-std"]
license = "BSD-3-Clause"

[dependencies]
micromath = "2.0"