Searched full:amg88xx (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/drivers/sensor/amg88xx/ |
D | Kconfig | 1 # AMG88XX infrared thermopile sensor configuration options 6 menuconfig AMG88XX config 7 bool "AMG88XX Infrared Thermopile Sensor" 12 Enable driver for AMG88XX infrared thermopile sensor. 14 if AMG88XX 56 endif # AMG88XX
|
D | CMakeLists.txt | 5 zephyr_library_sources(amg88xx.c)
|
D | amg88xx.c | 20 #include "amg88xx.h" 22 LOG_MODULE_REGISTER(AMG88XX, CONFIG_SENSOR_LOG_LEVEL);
|
D | amg88xx_trigger.c | 14 #include "amg88xx.h" 19 LOG_MODULE_DECLARE(AMG88XX, CONFIG_SENSOR_LOG_LEVEL);
|
/Zephyr-latest/samples/sensor/amg88xx/ |
D | sample.yaml | 4 description: AMG88XX sensor sample 5 name: AMG88XX sample 7 sample.sensor.amg88xx.amg88xx_grid_eye_eval_shield: 22 sample.sensor.amg88xx.amg88xx_eval_kit:
|
D | README.rst | 1 .. zephyr:code-sample:: amg88xx 2 :name: AMG88XX infrared array sensor 5 Get temperature data from an AMG88XX 8x8 thermal camera sensor. 11 the AMG88XX sensor and displays its values to the serial console. 18 This sample requires a supported AMG88xx shield, see :ref:`amg88xx_shields`
|
D | CMakeLists.txt | 5 project(amg88xx) project
|
/Zephyr-latest/dts/bindings/sensor/ |
D | panasonic,amg88xx.yaml | 4 description: Panasonic AMG88XX 8x8 (64) pixel infrared array sensor 6 compatible: "panasonic,amg88xx" 16 The interrupt pin of AMG88XX is open-drain, active low.
|
/Zephyr-latest/boards/shields/amg88xx/ |
D | amg88xx_eval_kit.overlay | 10 amg88xx_amg88xx_eval_kit: amg88xx@68 { 11 compatible = "panasonic,amg88xx";
|
D | amg88xx_grid_eye_eval_shield.overlay | 8 amg88xx_amg88xx_grid_eye_eval_shield: amg88xx@68 { 9 compatible = "panasonic,amg88xx";
|
/Zephyr-latest/boards/shields/amg88xx/doc/ |
D | index.rst | 20 For the different part numbers that follow the AMG88xx scheme please refer to 87 On the AMG88xx Evaluation Kit, all jumpers except the J11 and J14 must be 144 The ``samples/sensor/amg88xx`` application demonstrates the basic usage of the 154 :zephyr-app: samples/sensor/amg88xx
|
/Zephyr-latest/drivers/sensor/ |
D | CMakeLists.txt | 35 add_subdirectory_ifdef(CONFIG_AMG88XX amg88xx)
|
D | Kconfig | 119 source "drivers/sensor/amg88xx/Kconfig"
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 206 test_i2c_amg88xx: amg88xx@1c { 207 compatible = "panasonic,amg88xx";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.1.rst | 570 * :github:`20498` - [Coverity CID :205628]Error handling issues in /drivers/sensor/amg88xx/amg88xx\…
|
D | release-notes-1.11.rst | 88 * Added AMG88xx, CCS811, and VL53L0x sensor drivers
|
D | release-notes-3.2.rst | 478 * Panasonic Grid-EYE (AMG88xx)
|
D | release-notes-3.3.rst | 3167 * :github:`52794` - Possible regression for printk() output of i2c sensor data on amg88xx sample
|