aboutsummaryrefslogtreecommitdiffstats
path: root/src/hih61xx.h
blob: 23546d2dcd465867c4469f33f0c7fe6ea46e84c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _HIH61XX_INCLUDED
#define _HIH61xx_INCLUDED
/*

extern int file; 

void hih61xx_list_all(void);
void hih61xx_read_all(const char *opts);
*/
void hih61xx_print_all(void);
void hih61xx_get_data(void);
void hih61xx_conf_set(const char *opts);
unsigned char hih61xx_read_status(void);
float hih61xx_read_humidity(float offset);
float hih61xx_read_temp(float offset);
void hih61xx_read_all(const char *opts);
void hih61xx_read_one(const char *opts);

#endif