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

Improve offset #2

Closed
RobTillaart opened this issue May 8, 2022 · 1 comment
Closed

Improve offset #2

RobTillaart opened this issue May 8, 2022 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@RobTillaart
Copy link
Owner

RobTillaart commented May 8, 2022

now the offset is in whole degrees,
if offset would be in tenth of degrees, and the rounding would be postponed till the call of temperature() it would be possible to increase the accuracy of the calibration process.

@RobTillaart RobTillaart self-assigned this May 8, 2022
@RobTillaart RobTillaart added enhancement New feature or request question Further information is requested bug Something isn't working and removed question Further information is requested labels May 9, 2022
@RobTillaart
Copy link
Owner Author

bug - these functions introduce float math

  float    getHumOffset()                { return _humOffset; };
  float    getTempOffset()               { return _tempOffset; };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant