Add BH1750 sensor

This commit is contained in:
Nigreon 2024-07-21 01:24:01 +02:00
parent 8eea54771b
commit 1ee7df8078
6 changed files with 279 additions and 100 deletions

View file

@ -32,6 +32,11 @@
reg = <0x44>;
repeatability = <2>;
};
bh1750@23 {
status = "okay";
compatible = "rohm,bh1750";
reg = <0x23>;
};
};
&i2c1 {