LibDriver STCC4
Loading...
Searching...
No Matches
driver_stcc4_shot.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_STCC4_SHOT_H
38#define DRIVER_STCC4_SHOT_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
50
59uint8_t stcc4_shot_init(stcc4_address_t address);
60
68uint8_t stcc4_shot_deinit(void);
69
81uint8_t stcc4_shot_read(int16_t *co2_ppm, float *temperature, float *humidity);
82
92uint8_t stcc4_shot_get_product_id(uint32_t *product_id, uint8_t unique_serial_number[8]);
93
101uint8_t stcc4_shot_wake_up(void);
102
110uint8_t stcc4_shot_power_down(void);
111
115
116#ifdef __cplusplus
117}
118#endif
119
120#endif
driver stcc4 interface header file
stcc4_address_t
stcc4 address enumeration definition
uint8_t stcc4_shot_wake_up(void)
shot wake up
uint8_t stcc4_shot_power_down(void)
shot power down
uint8_t stcc4_shot_deinit(void)
shot example deinit
uint8_t stcc4_shot_read(int16_t *co2_ppm, float *temperature, float *humidity)
shot example read
uint8_t stcc4_shot_init(stcc4_address_t address)
shot example init
uint8_t stcc4_shot_get_product_id(uint32_t *product_id, uint8_t unique_serial_number[8])
shot example get product id