Нод для датчика BME280

Кто подскажет где взять рабочий Нод для датчика BME280 ?
Нод от dinosalvioni/hwlibrary пустой.

Have you tried:
https://xod.io/libs/emiliosancheza/bme280-sensor/

Использую плату Arduino UNO
Выдает ошибку.
Begin compiling code for the board Arduino Uno :package:

In file included from C:\Users\vetal\AppData\Local\Temp\xod_temp_sketchbookoJfkyN\xod_1712993789446_sketch\xod_1712993789446_sketch.ino:981:0:
C:\Users\vetal\AppData\Local\Temp\xod_temp_sketchbookoJfkyN\libraries\Adafruit_BME280_Library/Adafruit_BME280.h:26:10: fatal error: Adafruit_I2CDevice.h: No such file or directory
#include <Adafruit_I2CDevice.h>
^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Error during build: exit status 1
Compilation failed
Command Process exited with code 1
The generated C++ code contains errors. It can be due to a bad node implementation or if your board is not compatible with XOD runtime code. The original compiler error message is above. Fix C++ errors to continue. If you believe it is a bug, report the problem to XOD developers.

Try this library instead:
https://xod.io/libs/wayland/bme280-barometer/

I don’t have a BME280 device, so I haven’t been able to test it. However, the example patches do compile.