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
// Place your settings in this file to overwrite default and user settings. | |
{ | |
"emmet.syntaxProfiles": { | |
"typescript": "html" | |
} | |
} |
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
/* | |
* Driver for Seeed Studios Temperature and Humidity Gadgeteer module | |
* also should work for GHI TempHumidity module (discontinued). | |
* Driver code is based on the GHI TempHumid module driver found at: | |
* https://bitbucket.org/ghi_elect/gadgeteer/src/88bd3ab6f5ed02c3e1c524780182ea4f6901d091/Modules/GHIElectronics/TempHumidity/TempHumidity_43/TempHumidity_43.cs | |
* | |
* Module uses SHT10 sensor. Datasheet can be found at: | |
* https://www.sparkfun.com/datasheets/Sensors/SHT1x_datasheet.pdf | |
* | |
* Please note that to use this driver with Windows 10 IoT Core on |