LibDriver SCD4X
Loading...
Searching...
No Matches
driver_scd4x_shot.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_SCD4X_SHOT_H
38#define DRIVER_SCD4X_SHOT_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
50
59uint8_t scd4x_shot_init(scd4x_t type);
60
68uint8_t scd4x_shot_deinit(void);
69
81uint8_t scd4x_shot_read(uint16_t *co2_ppm, float *temperature, float *humidity);
82
91uint8_t scd4x_shot_get_serial_number(uint16_t num[3]);
92
100uint8_t scd4x_shot_wake_up(void);
101
109uint8_t scd4x_shot_power_down(void);
110
114
115#ifdef __cplusplus
116}
117#endif
118
119#endif
driver scd4x interface header file
scd4x_t
scd4x type enumeration definition
uint8_t scd4x_shot_get_serial_number(uint16_t num[3])
shot example get serial number
uint8_t scd4x_shot_deinit(void)
shot example deinit
uint8_t scd4x_shot_wake_up(void)
shot wake up
uint8_t scd4x_shot_power_down(void)
shot power down
uint8_t scd4x_shot_init(scd4x_t type)
shot example init
uint8_t scd4x_shot_read(uint16_t *co2_ppm, float *temperature, float *humidity)
shot example read