LibDriver CCS811
Loading...
Searching...
No Matches
driver_ccs811_interrupt_test.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_CCS811_INTERRUPT_TEST_H
38#define DRIVER_CCS811_INTERRUPT_TEST_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
50
63uint8_t ccs811_interrupt_test(ccs811_address_t addr_pin, uint16_t low_medium_ppm,
64 uint16_t medium_high_ppm, uint8_t hysteresis, uint32_t times);
65
69
70#ifdef __cplusplus
71}
72#endif
73
74#endif
driver ccs811 interface header file
ccs811_address_t
ccs811 address enumeration definition
uint8_t ccs811_interrupt_test(ccs811_address_t addr_pin, uint16_t low_medium_ppm, uint16_t medium_high_ppm, uint8_t hysteresis, uint32_t times)
interrupt test