Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/catdog2/mpy_bh1750fvi_esp8266

bh1750fvi driver for micropython on esp8266
https://github.com/catdog2/mpy_bh1750fvi_esp8266

Last synced: 2 months ago
JSON representation

bh1750fvi driver for micropython on esp8266

Lists

README

        

bh1750fvi driver for micropython on esp8266
###########################################

Example::

import bh1750fvi
from machine import I2C,Pin
i2c = I2C(Pin(5),Pin(4))
result = bh1750fvi.sample(i2c) # in lux