Add BH1750 sensor
This commit is contained in:
parent
8eea54771b
commit
1ee7df8078
6 changed files with 279 additions and 100 deletions
|
|
@ -32,6 +32,11 @@
|
|||
reg = <0x44>;
|
||||
repeatability = <2>;
|
||||
};
|
||||
bh1750@23 {
|
||||
status = "okay";
|
||||
compatible = "rohm,bh1750";
|
||||
reg = <0x23>;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue