Skip to content

Commit cc3f4ad

Browse files
committed
Add honeywellSSC_read_pressure_and_temp declaration to header
1 parent 60c135a commit cc3f4ad

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

general/include/honeywellSSC.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,9 @@ int honeywellSSC_read_pressure(honeywellSSC_t *ssc, float *result);
102102
// Reads the temperature in celcius
103103
int honeywellSSC_read_temp(honeywellSSC_t *ssc, float *result);
104104

105+
// Reads the pressure and temperature in psi and Celsius respectively
106+
int honeywellSSC_read_pressure_and_temp(honeywellSSC_t *ssc,
107+
float *pressure_result,
108+
float *temp_result);
109+
105110
#endif

0 commit comments

Comments
 (0)