|  | LibDriver CCS811
    | 
ccs811 test driver modules More...
| Functions | |
| 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 | |
| uint8_t | ccs811_read_test (ccs811_address_t addr_pin, uint32_t times) | 
| read test | |
| uint8_t | ccs811_register_test (ccs811_address_t addr_pin) | 
| register test | |
| uint8_t | ccs811_update_test (ccs811_address_t addr_pin, char *path) | 
| update test | |
ccs811 test driver modules
| 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
| [in] | addr_pin | address pin | 
| [in] | low_medium_ppm | low to medium threshold in ppm | 
| [in] | medium_high_ppm | medium to high threshold in ppm | 
| [in] | hysteresis | input hysteresis | 
| [in] | times | test times | 
Definition at line 53 of file driver_ccs811_interrupt_test.c.
| uint8_t ccs811_read_test | ( | ccs811_address_t | addr_pin, | 
| uint32_t | times ) | 
read test
| [in] | addr_pin | address pin | 
| [in] | times | test times | 
Definition at line 50 of file driver_ccs811_read_test.c.
| uint8_t ccs811_register_test | ( | ccs811_address_t | addr_pin | ) | 
register test
| [in] | addr_pin | address pin | 
Definition at line 50 of file driver_ccs811_register_test.c.
| uint8_t ccs811_update_test | ( | ccs811_address_t | addr_pin, | 
| char * | path ) | 
update test
| [in] | addr_pin | address pin | 
| [in] | *path | pointer a path buffer | 
Definition at line 50 of file driver_ccs811_update_test.c.