Created
December 3, 2018 14:43
-
-
Save boochow/c25e0232ffebdccb723db445786ea41a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >>> 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