MLX90632 Driver Library
a258525c
Universal MCU library for the 90632
|
MLX90632 extended range measurement support functions. More...
Go to the source code of this file.
Functions | |
int32_t | mlx90632_read_temp_raw_extended (int16_t *ambient_new_raw, int16_t *ambient_old_raw, int16_t *object_new_raw) |
Read raw ambient and object temperature for extended range. More... | |
int32_t | mlx90632_read_temp_raw_extended_burst (int16_t *ambient_new_raw, int16_t *ambient_old_raw, int16_t *object_new_raw) |
Read raw ambient and object temperature for extended range sleeping step mode. More... | |
double | mlx90632_preprocess_temp_ambient_extended (int16_t ambient_new_raw, int16_t ambient_old_raw, int16_t Gb) |
Calculation of raw ambient output for the extended range. More... | |
double | mlx90632_preprocess_temp_object_extended (int16_t object_new_raw, int16_t ambient_new_raw, int16_t ambient_old_raw, int16_t Ka) |
Calculation of raw object output for the extended range. More... | |
double | mlx90632_calc_temp_ambient_extended (int16_t ambient_new_raw, int16_t ambient_old_raw, int32_t P_T, int32_t P_R, int32_t P_G, int32_t P_O, int16_t Gb) |
Calculation of ambient temperature for the extended range. More... | |
double | mlx90632_calc_temp_object_extended (int32_t object, int32_t ambient, double reflected, int32_t Ea, int32_t Eb, int32_t Ga, int32_t Fa, int32_t Fb, int16_t Ha, int16_t Hb) |
Calculation of object temperature for the extended range. More... | |
int32_t | mlx90632_set_meas_type (uint8_t type) |
Switch the measurement type of the MLX90632. More... | |
int32_t | mlx90632_get_meas_type (void) |
Get the current measurement type set in the MLX90632. More... | |
MLX90632 extended range measurement support functions.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file mlx90632_extended_meas.h.