Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.2 18 lines 296 B view raw
1ROHM BH1750 - ALS, Ambient light sensor 2 3Required properties: 4 5- compatible: Must be one of: 6 "rohm,bh1710" 7 "rohm,bh1715" 8 "rohm,bh1721" 9 "rohm,bh1750" 10 "rohm,bh1751" 11- reg: the I2C address of the sensor 12 13Example: 14 15light-sensor@23 { 16 compatible = "rohm,bh1750"; 17 reg = <0x23>; 18};