LibDriver SGP30
Loading...
Searching...
No Matches
driver_sgp30_basic.h
Go to the documentation of this file.
1
37
38#ifndef DRIVER_SGP30_BASIC_H
39#define DRIVER_SGP30_BASIC_H
40
42
43#ifdef __cplusplus
44extern "C"{
45#endif
46
53
61uint8_t sgp30_basic_init(void);
62
70uint8_t sgp30_basic_deinit(void);
71
81uint8_t sgp30_basic_read(uint16_t *co2_eq_ppm, uint16_t *tvoc_ppb);
82
86
87#ifdef __cplusplus
88}
89#endif
90
91#endif
driver sgp30 interface header file
uint8_t sgp30_basic_init(void)
basic example init
uint8_t sgp30_basic_deinit(void)
basic example deinit
uint8_t sgp30_basic_read(uint16_t *co2_eq_ppm, uint16_t *tvoc_ppb)
basic example read