Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of X_NUCLEO_IKS01A1 by
Diff: Components/hts221/hts221_class.h
- Revision:
- 6:8d2abd695c52
- Parent:
- 4:566f2c41dc1d
- Child:
- 18:1cb4ae9d83e7
--- a/Components/hts221/hts221_class.h Wed Apr 15 12:10:42 2015 +0200 +++ b/Components/hts221/hts221_class.h Wed Apr 15 13:45:30 2015 +0200 @@ -98,6 +98,7 @@ HUM_TEMP_StatusTypeDef HTS221_RebootCmd(void); HUM_TEMP_StatusTypeDef HTS221_GetHumidity(float* pfData); HUM_TEMP_StatusTypeDef HTS221_GetTemperature(float* pfData); + HUM_TEMP_StatusTypeDef HTS221_Power_On(void); HUM_TEMP_StatusTypeDef HTS221_Calibration(void);
