We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
#13 should resolve this issue
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: