Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 973 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 973 Bytes

SENSIRION EMBEDDED SHT

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.

Integration flow to update to latest sensirion version

  1. Set Sensirion remote:
    git remote set sensirion https://github.com/Sensirion/embedded-sht
    
  2. Switch to merging branch
    1. Merge new changes:
    git fetch sensirion master
    git merge allow-unrelated-histories sensirion/master
    git push
    
  3. Switch to cleaning branch
    1. Rebase from merging and push (--force-with-lease)
    2. Possibly extend/update export.sh and then run it
    3. Push changes
  4. Switch to customizing branch
    1. Rebase from merging and push (--force-with-lease)
  5. Switch to master branch
    1. Merge customizing and push