Skip to content

Commit

Permalink
Merge pull request #89 from EnviroDIY/develop
Browse files Browse the repository at this point in the history
Added platforms and frameworks to library dependencies
  • Loading branch information
SRGDamia1 committed Jan 12, 2018
2 parents fdf4f47 + 511b01f commit 1366def
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 18 deletions.
64 changes: 47 additions & 17 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "EnviroDIY_ModularSensors",
"version": "0.5.3-beta",
"version": "0.5.4-beta",
"description": "A library that allows acces to multiple sensors through a unified interface. This allows the user to simply access many sensors to log the data or send the data to data repositories like the EnviroDIY data portal.",
"keywords": "sensor, modular, sensors, logger, low power, sleeping, EnviroDIY",
"platforms": "atmelavr",
"platforms": "atmelavr, atmelsam",
"frameworks": "arduino",
"authors":
[
Expand Down Expand Up @@ -42,7 +42,9 @@
"authors": [
"Kees Bakker",
"Sara Damiano"
]
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "EnableInterrupt",
Expand All @@ -51,7 +53,9 @@
"note": "GreyGnome's EnableInterrupt - Assign an interrupt to any supported pin on all Arduinos",
"authors": [
"Mike 'GreyGnome' Schwager"
]
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "SdFat",
Expand All @@ -60,7 +64,9 @@
"note": "SdFat - FAT16/FAT32 file system for SD cards.",
"authors": [
"Bill Greiman"
]
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "Adafruit ADS1X15",
Expand All @@ -69,7 +75,9 @@
"note": "TI ADS1X15 ADC Library by Adafruit",
"authors": [
"Adafruit"
]
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "Adafruit Unified Sensor",
Expand All @@ -78,7 +86,9 @@
"note": "Adafruit Unified Sensor Library",
"authors": [
"Adafruit"
]
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "DHT sensor library",
Expand All @@ -87,7 +97,9 @@
"note": "AOSong DHT Sensor Library by Adafruit",
"authors": [
"Adafruit"
]
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "Adafruit AM2315",
Expand All @@ -96,7 +108,9 @@
"note": "AOSong AM2315 I2C Temp/Humidity Sensor Library by Adafruit",
"authors": [
"Adafruit"
]
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "Adafruit BME280 Library",
Expand All @@ -105,7 +119,9 @@
"note": "Bosch BME280 Temp/Humidity/Pressure Sensor Library by Adafruit",
"authors": [
"Adafruit"
]
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "OneWire",
Expand All @@ -126,7 +142,9 @@
"Mark Tillotson",
"Glenn Trewitt",
"Josh Larios"
]
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "DallasTemperature",
Expand All @@ -138,7 +156,9 @@
"Miles Burton",
"Rob Tillart",
"Tim Nuewsome"
]
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "Arduino-SDI-12_ExtInts",
Expand All @@ -148,15 +168,19 @@
"Kevin M. Smith",
"Sara Damiano",
"Shannon Hicks"
]
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "TinyGSM",
"version": "https://github.com/EnviroDIY/TinyGSM.git",
"note": "A small Arduino library for GPRS modules.",
"authors": [
"Volodymyr Shymanskyy"
]
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "SensorModbusMaster",
Expand All @@ -165,7 +189,9 @@
"note": "EnviroDIY SensorModbusMaster - Arduino library for communicating via modbus with the Arduino acting as the modbus master.",
"authors": [
"Sara Damiano"
]
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "YosemitechModbus",
Expand All @@ -174,7 +200,9 @@
"note": "Arduino library for communication with Yosemitech sensors via Modbus.",
"authors": [
"Sara Damiano"
]
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "RTCZero",
Expand All @@ -183,7 +211,9 @@
"note": "Functions for using the processor real time clock in SAMD21 processors",
"authors": [
"Arduino"
]
],
"frameworks": "arduino",
"platforms": "atmelsam"
}
]
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=EnviroDIY_ModularSensors
version=0.5.3-beta
version=0.5.4-beta
author=Sara Damiano <sdamiano@stroudcenter.org>, Shannon Hicks <shicks@stroudcenter.org>
maintainer=Sara Damiano <sdamiano@stroudcenter.org>
sentence=A library that allows acces to multiple sensors through a unified interface.
Expand Down

0 comments on commit 1366def

Please sign in to comment.