|  | LibDriver HDC2080
    | 
hdc2080 test driver modules More...
| Functions | |
| uint8_t | hdc2080_interrupt_test (hdc2080_address_t addr_pin, float high_deg, float low_deg, float high_percent, float low_percent, uint32_t times) | 
| interrupt test | |
| uint8_t | hdc2080_read_test (hdc2080_address_t addr_pin, uint32_t times) | 
| read test | |
| uint8_t | hdc2080_register_test (hdc2080_address_t addr_pin) | 
| register test | |
hdc2080 test driver modules
| uint8_t hdc2080_interrupt_test | ( | hdc2080_address_t | addr_pin, | 
| float | high_deg, | ||
| float | low_deg, | ||
| float | high_percent, | ||
| float | low_percent, | ||
| uint32_t | times ) | 
interrupt test
| [in] | addr_pin | address pin | 
| [in] | high_deg | temperature high threshold | 
| [in] | low_deg | temperature low threshold | 
| [in] | high_percent | humidity high threshold | 
| [in] | low_percent | humidity low threshold | 
| [in] | times | test times | 
Definition at line 54 of file driver_hdc2080_interrupt_test.c.
| uint8_t hdc2080_read_test | ( | hdc2080_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_hdc2080_read_test.c.
| uint8_t hdc2080_register_test | ( | hdc2080_address_t | addr_pin | ) | 
register test
| [in] | addr_pin | address pin | 
Definition at line 50 of file driver_hdc2080_register_test.c.