Difference between revisions of "Component: Temp / Humidity (HTS221) (Environmental)"
From Flowcode Help
Jump to navigationJump to search| Line 14: | Line 14: | ||
==Temp / Humidity component== | ==Temp / Humidity component== | ||
A temperature and relative humidity sensor allowing the ambient temperature and relative humidity to be monitored digitally. Humidity Range = 0% - 100% +/- 3.5% Temperature Range = -40 - 120 Degrees C +/- 0.5 Degrees C | A temperature and relative humidity sensor allowing the ambient temperature and relative humidity to be monitored digitally. Humidity Range = 0% - 100% +/- 3.5% Temperature Range = -40 - 120 Degrees C +/- 0.5 Degrees C | ||
| + | |||
| + | ==Component Pack== | ||
| + | |||
| + | SENSORS | ||
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 26: | Line 32: | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
Revision as of 16:23, 7 January 2022
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Environmental |
Contents
Temp / Humidity component
A temperature and relative humidity sensor allowing the ambient temperature and relative humidity to be monitored digitally. Humidity Range = 0% - 100% +/- 3.5% Temperature Range = -40 - 120 Degrees C +/- 0.5 Degrees C
Component Pack
SENSORS
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
| ReadHumidityInt | |
| Samples the humidity from the sensor and returns the relative humidity reading as a integer byte from 0 to 100 | |
| Return | |
| ReadTemperatureInt | |
| Samples the temperature from the sensor and returns the reading in degrees C as an integer from -40 to 120. | |
| Return | |
| ReadHumidityReal | |
| Samples the humidity from the sensor and returns the relative humidity reading as a float from 0.0 to 100.0. | |
| Return | |
| ReadRegister | |
| Reads an 8-bit value from one of the registers onboard the sensor IC. | |
| Address | |
| Return | |
| ReadTemperatureReal | |
| Samples the temperature from the sensor and returns the reading in degrees C as a float from -40.0 to 120.0. | |
| Return | |
| WriteRegister | |
| Writes a value to a register on the sensor IC. | |
| Address | |
| Data | |
| Return | |
| Initialise | |
| Configures the I2C peripheral ready for communications. | |
| Return | |