NHS31xx SW API
periodics.h
1 /*
2  * Copyright 2019 NXP
3  * This software is owned or controlled by NXP and may only be used strictly
4  * in accordance with the applicable license terms. By expressly accepting
5  * such terms or by downloading, installing, activating and/or otherwise using
6  * the software, you are agreeing that you have read, and that you agree to
7  * comply with and are bound by, such license terms. If you do not agree to
8  * be bound by the applicable license terms, then you may not retain, install,
9  * activate or otherwise use the software.
10  */
11 
12 #ifndef __PERIODICS_H_
13 #define __PERIODICS_H_
14 
22 #include "board.h"
23 
24 /* ------------------------------------------------------------------------- */
25 
30 
40 int Periodics_MeasureTemperature(TSEN_RESOLUTION_T resolution, bool requestedExternally);
41 
49 int Periodics_GetTemperature(void);
50 
51 /* ------------------------------------------------------------------------- */
52 
59 unsigned int Periodics_MeasureHumidity(void);
60 
66 unsigned int Periodics_GetHumidity(void);
67 
68 #endif
int Periodics_GetTemperature(void)
TSEN_RESOLUTION_T
Definition: tsen_nss.h:104
unsigned int Periodics_GetHumidity(void)
int Periodics_MeasureTemperature(TSEN_RESOLUTION_T resolution, bool requestedExternally)
unsigned int Periodics_MeasureHumidity(void)
void Periodics_ResetTemperature(void)