Default values defined in IRPyro_API_single_device_layer.c can be applied or user assigned.
More...
Default values defined in IRPyro_API_single_device_layer.c can be applied or user assigned.
===============================================================================
##### Initialization and Configuration functions #####
===============================================================================
[..] This section provides a set of functions allowing to initialize the IRPyro sensor,
AFE, CCP and WUP registers, I2C address.
Sends test code to the IRPyro sensor to confirm is there.
- Parameters
-
this_device | pointer to the IRPyro data structure |
- Return values
-
op_result | 1 success / 0 error |
Definition at line 801 of file IRPyro_API_single_device_layer.c.
Sends new I2C address to the IRPyro sensor Default i2c address is 0x65, if multiple devices are being used care needs to be taken when writing new i2c addresses by switching off other devices with the same address.
- Parameters
-
this_device | pointer to the IRPyro data structure |
- Return values
-
op_result | 1 success / 0 error |
Definition at line 824 of file IRPyro_API_single_device_layer.c.