IRPyro TO unit test console using the IRPyro API
Functions for single and multiple sensor configurations in a Unit test format
|
Single sensor data reading with frame detection. More...
Functions | |
uint8_t | ut03_single_sensor_read (IRPyro_sensor_device_type *IRPyro_test_Sensor) |
Single sensor data reading with frame detection.
9.6.3.1 | Read data from a single sensor and detect frames missing with the sensor configured for interrupt. |
No frames should be missing from a sample period. | |
9.6.3.2 | Read data from a single sensor and detect frames missing with the sensor configured for polled |
No frames should be missing from a sample period. | |
9.6.3.3 | Read data from a single sensor and detect frames missing with the sensor configured for synchronized |
No frames should be missing from a sample period. |
uint8_t ut03_single_sensor_read | ( | IRPyro_sensor_device_type * | IRPyro_test_Sensor | ) |
Definition at line 165 of file IRPyro_UT_for_TO.c.