![]() |
LibDriver TCS34725
|
tcs34725 test driver modules More...
Functions | |
| uint8_t | tcs34725_interrupt_test (tcs34725_interrupt_mode_t mode, uint16_t clear_low_threshold, uint16_t clear_high_threshold, uint32_t times) |
| interrupt test | |
| uint8_t | tcs34725_read_test (uint32_t times) |
| read test | |
| uint8_t | tcs34725_register_test (void) |
| register test | |
tcs34725 test driver modules
| uint8_t tcs34725_interrupt_test | ( | tcs34725_interrupt_mode_t | mode, |
| uint16_t | clear_low_threshold, | ||
| uint16_t | clear_high_threshold, | ||
| uint32_t | times ) |
interrupt test
| [in] | mode | interrupt mode |
| [in] | clear_low_threshold | clear channel low threshold |
| [in] | clear_high_threshold | clear channel high threshold |
| [in] | times | test times |
Definition at line 53 of file driver_tcs34725_interrupt_test.c.
| uint8_t tcs34725_read_test | ( | uint32_t | times | ) |
read test
| [in] | times | test times |
Definition at line 50 of file driver_tcs34725_read_test.c.
| uint8_t tcs34725_register_test | ( | void | ) |
register test
Definition at line 50 of file driver_tcs34725_register_test.c.