LibDriver SHT85
Loading...
Searching...
No Matches
driver_sht85_shot.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_SHT85_SHOT_H
38#define DRIVER_SHT85_SHOT_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
50
54#define SHT85_SHOT_DEFAULT_REPEATABILITY SHT85_REPEATABILITY_HIGH
55#define SHT85_SHOT_DEFAULT_HEATER SHT85_BOOL_FALSE
56
64uint8_t sht85_shot_init(void);
65
75uint8_t sht85_shot_read(float *temperature, float *humidity);
76
84uint8_t sht85_shot_deinit(void);
85
94uint8_t sht85_shot_get_serial_number(uint8_t sn[4]);
95
99
100#ifdef __cplusplus
101}
102#endif
103
104#endif
driver sht85 interface header file
uint8_t sht85_shot_deinit(void)
shot example deinit
uint8_t sht85_shot_get_serial_number(uint8_t sn[4])
shot example get serial number
uint8_t sht85_shot_init(void)
shot example init
uint8_t sht85_shot_read(float *temperature, float *humidity)
shot example read