![]() |
LibDriver AMG8833
|
driver amg8833 interrupt header file More...
#include "driver_amg8833_interface.h"Go to the source code of this file.
Macros | |
| #define | AMG8833_INTERRUPT_DEFAULT_FRAME_RATE AMG8833_FRAME_RATE_1_FPS |
| amg8833 interrupt example default definition | |
| #define | AMG8833_INTERRUPT_DEFAULT_AVERAGE_MODE AMG8833_AVERAGE_MODE_TWICE |
Functions | |
| uint8_t | amg8833_interrupt_irq_handler (void) |
| interrupt irq callback | |
| uint8_t | amg8833_interrupt_init (amg8833_address_t addr_pin, amg8833_interrupt_mode_t mode, float high_level, float low_level, float hysteresis_level, void(*callback)(uint8_t type)) |
| interrupt example init | |
| uint8_t | amg8833_interrupt_deinit (void) |
| interrupt example deinit | |
| uint8_t | amg8833_interrupt_get_table (uint8_t table[8][1]) |
| interrupt example get interrupt table | |
| uint8_t | amg8833_interrupt_read_temperature_array (float temp[8][8]) |
| interrupt example read temperature array | |
| uint8_t | amg8833_interrupt_read_temperature (float *temp) |
| interrupt example read temperature | |
driver amg8833 interrupt 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 |
|---|---|---|---|
| 2022/01/01 | 1.0 | Shifeng Li | first upload |
Definition in file driver_amg8833_interrupt.h.