This library is a simple re-packaging of the Sensirion Embedded SHT library to simplify its integration in Arduino.
The original code (which is distributed inder BSD license) is here slightly changed, to add some useful features.
- Set Sensirion remote:
git remote set sensirion https://github.com/Sensirion/embedded-sht
- Switch to
merging
branch- Merge new changes:
git fetch sensirion master git merge allow-unrelated-histories sensirion/master git push
- Switch to
cleaning
branch- Rebase from
merging
and push (--force-with-lease
) - Possibly extend/update
export.sh
and then run it - Push changes
- Rebase from
- Switch to
customizing
branch- Rebase from
merging
and push (--force-with-lease
)
- Rebase from
- Switch to
master
branch- Merge
customizing
and push
- Merge