-
Notifications
You must be signed in to change notification settings - Fork 179
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
Update calculations, README and add Arduino example #7
base: master
Are you sure you want to change the base?
Conversation
Alternative approach to estimate the temperature and humidity correction factor. Above and below 20degC, a linear relation has been defined, instead of quadratic.
coefficients for new linearisation of correction factor
This will allow anyone to download master branch from this Github repository. Downloaded ZIP will be importable to Arduino IDE. To import this library to Arduino IDE go to menu Sketch -> Include library -> Add .zip library.
Relates #2
Fix resistance calculation
Cool! But I don't believe that the author will merge this into the master as he was not active since 2014 :( |
Mhm, so sad, that it's so complicated to find how to ping those inactive github members. I tried looking on other platforms (like twitter) and could not get any replies. |
Maybe someone else should maintain a branch to be able to merge all those ideas together. |
well, that's what I'm trying to do here, but google still brings seekers to @GeorgK repo. |
So you mean this pullrequest includes all changes from any other branch? Well then I will give it a try. Right now I used the one from rstoica. |
Merge changes from other forks with calculations fixes and Readme.
Also add Arduino example for Arduino IDE.
This will allow anyone to download master branch from this Github repository.
Downloaded ZIP will be importable to Arduino IDE.
To import this library to Arduino IDE go to menu Sketch -> Include library -> Add .zip library.