This library is a simple re-packaging of the Sensirion Embedded Common 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-common - Switch to
mergingbranch- Merge new changes:
git fetch sensirion master git merge allow-unrelated-histories sensirion/master git push - Switch to
cleaningbranch- Rebase from
mergingand push (--force-with-lease) - Possibly extend/update
export.shand then run it - Push changes
- Rebase from
- Switch to
customizingbranch- Rebase from
mergingand push (--force-with-lease)
- Rebase from
- Switch to
masterbranch- Merge
customizingand push
- Merge