![]() |
LibDriver MLX90614
1.0.0
MLX90614 full-featured driver
|
driver mlx90614 advance header file More...
#include "driver_mlx90614_interface.h"
Go to the source code of this file.
Macros | |
#define | MLX90614_ADVANCE_DEFAULT_FIR_LENGTH MLX90614_FIR_LENGTH_1024 |
mlx90614 advance example default definition More... | |
#define | MLX90614_ADVANCE_DEFAULT_IIR MLX90614_IIR_A1_1_B1_0 |
#define | MLX90614_ADVANCE_DEFAULT_MODE MLX90614_MODE_TA_TOBJ1 |
#define | MLX90614_ADVANCE_DEFAULT_IR_SENSOR MLX90614_IR_SENSOR_DUAL |
#define | MLX90614_ADVANCE_DEFAULT_KS MLX90614_KS_POSITIVE |
#define | MLX90614_ADVANCE_DEFAULT_KT2 MLX90614_KT2_POSITIVE |
#define | MLX90614_ADVANCE_DEFAULT_GAIN MLX90614_GAIN_100 |
#define | MLX90614_ADVANCE_DEFAULT_SENSOR_TEST MLX90614_BOOL_FALSE |
#define | MLX90614_ADVANCE_DEFAULT_REPEAT_SENSOR_TEST MLX90614_BOOL_FALSE |
#define | MLX90614_ADVANCE_DEFAULT_EMISSIVITY_CORRECTION_COEFFICIENT 1.0 |
Functions | |
uint8_t | mlx90614_advance_init (void) |
advance example init More... | |
uint8_t | mlx90614_advance_deinit (void) |
advance example deinit More... | |
uint8_t | mlx90614_advance_enter_sleep (void) |
advance example enter sleep More... | |
uint8_t | mlx90614_advance_exit_sleep (void) |
advance example exit sleep More... | |
uint8_t | mlx90614_advance_read (float *ambient, float *object) |
advance example read More... | |
uint8_t | mlx90614_advance_get_id (uint16_t id[4]) |
advance example get id More... | |
driver mlx90614 advance header file
Copyright (c) 2015 - present LibDriver All rights reserved
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Date | Version | Author | Description |
---|---|---|---|
2021/10/03 | 1.0 | Shifeng Li | first upload |
Definition in file driver_mlx90614_advance.h.