![]() |
LibDriver HDC302X
|
hdc302x test driver modules More...
Functions | |
| uint8_t | hdc302x_interrupt_test (hdc302x_address_t addr, float temperature_low_deg, float temperature_high_deg, float humidity_low_percentage, float humidity_high_percentage, uint32_t times) |
| interrupt test | |
| uint8_t | hdc302x_read_test (hdc302x_address_t addr, uint32_t times) |
| read test | |
| uint8_t | hdc302x_register_test (hdc302x_address_t addr_pin) |
| register test | |
hdc302x test driver modules
| uint8_t hdc302x_interrupt_test | ( | hdc302x_address_t | addr, |
| float | temperature_low_deg, | ||
| float | temperature_high_deg, | ||
| float | humidity_low_percentage, | ||
| float | humidity_high_percentage, | ||
| uint32_t | times ) |
interrupt test
| [in] | addr | iic device address |
| [in] | temperature_low_deg | low threshold in degree celsius |
| [in] | temperature_high_deg | high threshold in degree celsius |
| [in] | humidity_low_percentage | low threshold in percentage |
| [in] | humidity_high_percentage | high threshold in percentage |
| [in] | times | test times |
Definition at line 54 of file driver_hdc302x_interrupt_test.c.
| uint8_t hdc302x_read_test | ( | hdc302x_address_t | addr, |
| uint32_t | times ) |
read test
| [in] | addr | iic device address |
| [in] | times | test times |
Definition at line 50 of file driver_hdc302x_read_test.c.
| uint8_t hdc302x_register_test | ( | hdc302x_address_t | addr_pin | ) |
register test
| [in] | addr_pin | iic device address |
Definition at line 50 of file driver_hdc302x_register_test.c.