IRPyro TO unit test console using the IRPyro API
Functions for single and multiple sensor configurations in a Unit test format
|
Multiple sensor reading with frame detection. More...
Functions | |
uint8_t | ut04_multiple_sensor_read (IRPyro_devices this_list, uint8_t list_size) |
Multiple sensor reading with frame detection.
9.6.4.1 | Read data from multiple sensors and detect frames missing with the sensors configured for interrupt |
No frames should be missing from a sample period. | |
9.6.4.2 | Read data from multiple sensors and detect frames missing with the sensors configured for polled |
No frames should be missing from a sample period. | |
9.6.4.3 | Read data from multiple sensors and detect frames missing with the sensors configured for synchronized |
No frames should be missing from a sample period. |
uint8_t ut04_multiple_sensor_read | ( | IRPyro_devices | this_list, |
uint8_t | list_size | ||
) |
Definition at line 211 of file IRPyro_UT_for_TO.c.