Closed caemor closed 5 years ago
Sadly the crate is atm not no_std compatible anymore since f32.signum and f32.abs are std functions.
I added a test in #13 for the future. But I am still a bit unsure how to change this line (https://github.com/marcelbuesing/bme680/blob/master/src/calc.rs#L58) to make it no_std compatible once more.
Sadly the crate is atm not no_std compatible anymore since f32.signum and f32.abs are std functions.
I added a test in #13 for the future. But I am still a bit unsure how to change this line (https://github.com/marcelbuesing/bme680/blob/master/src/calc.rs#L58) to make it no_std compatible once more.