![]() |
LibDriver MAX44009
|
max44009 test driver modules More...
Functions | |
| uint8_t | max44009_interrupt_test (max44009_address_t addr, float low_threshold_lux, float high_threshold_lux, uint32_t times) |
| interrupt test | |
| uint8_t | max44009_read_test (max44009_address_t addr, uint32_t times) |
| read test | |
| uint8_t | max44009_register_test (max44009_address_t addr) |
| register test | |
max44009 test driver modules
| uint8_t max44009_interrupt_test | ( | max44009_address_t | addr, |
| float | low_threshold_lux, | ||
| float | high_threshold_lux, | ||
| uint32_t | times ) |
interrupt test
| [in] | addr | iic device address |
| [in] | low_threshold_lux | low threshold in lux |
| [in] | high_threshold_lux | high threshold in lux |
| [in] | times | test times |
Definition at line 53 of file driver_max44009_interrupt_test.c.
| uint8_t max44009_read_test | ( | max44009_address_t | addr, |
| uint32_t | times ) |
read test
| [in] | addr | iic device address |
| [in] | times | test times |
Definition at line 51 of file driver_max44009_read_test.c.
| uint8_t max44009_register_test | ( | max44009_address_t | addr | ) |
register test
| [in] | addr | iic device address |
Definition at line 50 of file driver_max44009_register_test.c.