Skip to content

Instantly share code, notes, and snippets.

@boochow
Created December 3, 2018 14:43
Show Gist options
  • Select an option

  • Save boochow/c25e0232ffebdccb723db445786ea41a to your computer and use it in GitHub Desktop.

Select an option

Save boochow/c25e0232ffebdccb723db445786ea41a to your computer and use it in GitHub Desktop.
>>> ht = HTS221(2)
>>> ht.get()
[73.21584, 36.9939]
>>> ht.getTemp()
36.9939
>>> ht.getHumi()
73.26691
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment