Skip to content

Commit

Permalink
Update library.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Erriez committed Sep 8, 2020
1 parent e54e8e8 commit bbca11f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,21 @@
"description": "BMP280 / BME280 temperature / pressure / altitude / humidity sensor library for Arduino.",
"homepage": "https://github.com/Erriez/ErriezBMX280",
"license": "MIT",
"authors": {
"authors":
{
"name": "Erriez",
"url": "https://github.com/Erriez/ErriezArduinoLibrariesAndSketches",
"url": "https://github.com/Erriez",
"maintainer": true
},
"repository": {
"repository":
{
"type": "git",
"url": "https://github.com/Erriez/ErriezBMX280.git",
"branch": "master"
},
"frameworks": "arduino",
"platforms": [
"platforms":
[
"atmelavr",
"atmelsam",
"espressif8266",
Expand Down

0 comments on commit bbca11f

Please sign in to comment.