37#ifndef DRIVER_SCD4X_SHOT_H
38#define DRIVER_SCD4X_SHOT_H
81uint8_t
scd4x_shot_read(uint16_t *co2_ppm,
float *temperature,
float *humidity);
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