Skip to content

Commit

Permalink
Merge pull request #65 from Onno-Dirkzwager/master
Browse files Browse the repository at this point in the history
Make library compatible for the Arduino Library Manager
  • Loading branch information
claws authored May 21, 2020
2 parents a82aeae + 6870d70 commit 831c081
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The default value is 69; keep in mind that the measurement time is changed accor
The datasheet for the BH1750 chip can be obtained [here](http://www.elechouse.com/elechouse/images/product/Digital%20light%20Sensor/bh1750fvi-e.pdf)


## Installation
## Installation [![arduino-library-badge](https://www.ardu-badge.com/badge/BH1750.svg?)](https://www.ardu-badge.com/BH1750)

Click "Clone or download" -> "Download ZIP" button.

Expand Down
7 changes: 4 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "BH1750",
"keywords": "light, sensor",
"description": "Digital light sensor breakout boards containing the BH1750FVI IC",
"keywords": "BH1750FVI, light, lux, sensor, Arduino, ESP8266, ESP32",
"description": "Arduino library for the digital light sensor breakout boards containing the BH1750FVI IC. Arduino, ESP8266 & ESP32 compatible.",
"repository": {
"type": "git",
"url": "https://github.com/claws/BH1750.git"
},
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelsam", "espressif8266"]
"platforms": ["atmelavr", "atmelsam", "espressif8266", "espressif32"],
"version": "1.1.4"
}
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name=BH1750
version=1.1.4
author=Christopher Laws
maintainer=Christopher Laws
sentence=Digital light sensor breakout boards containing the BH1750FVI IC
paragraph=Pretty simple and robust BH1750 library
sentence=Arduino library for the digital light sensor breakout boards containing the BH1750FVI IC
paragraph=Pretty simple and robust BH1750 library. Arduino, ESP8266 & ESP32 compatible.
category=Sensors
url=https://github.com/claws/BH1750
architectures=*
architectures=avr,sam,esp8266,esp32
includes=BH1750.h
File renamed without changes.
File renamed without changes.

0 comments on commit 831c081

Please sign in to comment.