mirror of
https://github.com/claws/BH1750.git
synced 2026-07-27 19:56:17 +00:00
3d74eff81eadd57b6c0e325f970e7cceae50e56f
All free selection of I2c pins on ESP8266. This resolves #13.
BH1750
An Arduino library for digital light sensor breakout boards containing the BH1750FVI IC.
The board uses I2C for communication, and two pins are required to interface to the device.
Datasheet can be obtained here
Installation
Click "Clone or download" -> "Download ZIP" button.
- (For Arduino < 1.5.x) Extract the archive to
<Your User Directory>/My Documents/Arduino/libraries/folder and rename it toBH1750. Restart IDE. - (For Arduino >= 1.5.x) Use the way above, or Library Manager. Open Arduino IDE, click
Sketch -> Include library -> Add .ZIP libraryand select the downloaded archive.
Additional info, about library installation process - https://www.arduino.cc/en/Guide/Libraries
Languages
C++
78.5%
Shell
21.3%
Makefile
0.2%