Difference between revisions of "BH1750"
(Created page with "{{i18n|BH1750}} {{Module |NAME=BH1750 |MENUCONFIG={{Hardware}}->I2C->I2C master->I2C BH1750 light sensor |STATUS={{Experimental}} |PINNING=no |ECMD={{has_ecmd}} |CONTROL6=no...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{{Module | {{Module | ||
|NAME=BH1750 | |NAME=BH1750 | ||
− | |MENUCONFIG={{Hardware}}->I2C->I2C master->I2C BH1750 | + | |MENUCONFIG={{Hardware}}->I2C->I2C master->I2C BH1750 |
|STATUS={{Experimental}} | |STATUS={{Experimental}} | ||
|PINNING=no | |PINNING=no | ||
|ECMD={{has_ecmd}} | |ECMD={{has_ecmd}} | ||
|CONTROL6=no | |CONTROL6=no | ||
− | |DEPENDS=I2C | + | |DEPENDS=[[ECMD]], [[I2C]] |
|REQUIRES= - | |REQUIRES= - | ||
− | |CODE=[https://github.com/ethersex/ethersex/tree/master/hardware/i2c/master/ https://github.com/ethersex/ethersex/tree/master/hardware/i2c/master/] | + | |CODE=[https://github.com/ethersex/ethersex/tree/master/hardware/i2c/master/i2c_bh1750.c https://github.com/ethersex/ethersex/tree/master/hardware/i2c/master/i2c_bh1750.c] |
}} | }} |
Latest revision as of 13:04, 10 June 2018
BH1750 | |
---|---|
Status | Experimental
|
menuconfig | I/O->I2C->I2C master->I2C BH1750 |
Pinning | no |
Ecmd | yes |
Control6 | no |
Depends on | ECMD, I2C |
Requires | - |
Code | https://github.com/ethersex/ethersex/tree/master/hardware/i2c/master/i2c_bh1750.c |