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: about 15 hours ago
JSON representation
bh1750fvi driver for micropython on esp8266
- Host: GitHub
- URL: https://github.com/catdog2/mpy_bh1750fvi_esp8266
- Owner: catdog2
- License: apache-2.0
- Created: 2016-07-01T16:22:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T16:23:08.000Z (over 8 years ago)
- Last Synced: 2024-04-22T12:36:16.955Z (7 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-mpython - mpy_bh1750fvi_esp8266 - BH1750FVI 数字光强传感器 (精选驱动库 / 传感器)
- awesome-micropython - mpy_bh1750fvi_esp8266 - ESP8266 driver for BH1750FVI sensor. (Libraries / Sensors)
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