Skip to content

FStefanni/sensirion-embedded-sht-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published