LibDriver STS3X
Loading...
Searching...
No Matches
driver_sts3x_shot.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_STS3X_SHOT_H
38#define DRIVER_STS3X_SHOT_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
50
54#define STS3X_SHOT_DEFAULT_CLOCK_STRETCHING STS3X_BOOL_TRUE
55#define STS3X_SHOT_DEFAULT_REPEATABILITY STS3X_REPEATABILITY_HIGH
56#define STS3X_SHOT_DEFAULT_HEATER STS3X_BOOL_FALSE
57
66uint8_t sts3x_shot_init(sts3x_address_t addr_pin);
67
76uint8_t sts3x_shot_read(float *temperature);
77
85uint8_t sts3x_shot_deinit(void);
86
90
91#ifdef __cplusplus
92}
93#endif
94
95#endif
driver sts3x interface header file
sts3x_address_t
sts3x address enumeration definition
uint8_t sts3x_shot_read(float *temperature)
shot example read
uint8_t sts3x_shot_init(sts3x_address_t addr_pin)
shot example init
uint8_t sts3x_shot_deinit(void)
shot example deinit