Skip to content
New issue

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

no_std compatible #14

Closed
caemor opened this issue Jan 15, 2019 · 1 comment
Closed

no_std compatible #14

caemor opened this issue Jan 15, 2019 · 1 comment

Comments

@caemor
Copy link
Contributor

caemor commented Jan 15, 2019

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.

@caemor caemor closed this as completed Jan 16, 2019
@caemor
Copy link
Contributor Author

caemor commented Jan 16, 2019

#13 should resolve this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant