Merge pull request #24 from Roman3349/master

Add information about library to @PlatformIO Library Registry manifest file
This commit is contained in:
Paul Stoffregen
2016-09-27 01:35:29 -07:00
committed by GitHub
+58 -55
View File
@@ -1,58 +1,61 @@
{
"name": "OneWire",
"frameworks": "Arduino",
"keywords": "onewire, 1-wire, bus, sensor, temperature, ibutton",
"description": "Control 1-Wire protocol (DS18S20, DS18B20, DS2408 and etc)",
"authors":
[
{
"name": "Paul Stoffregen",
"email": "paul@pjrc.com",
"url": "http://www.pjrc.com",
"maintainer": true
"name": "OneWire",
"description": "Control 1-Wire protocol (DS18S20, DS18B20, DS2408 and etc)",
"keywords": "onewire, 1-wire, bus, sensor, temperature, ibutton",
"authors": [
{
"name": "Paul Stoffregen",
"email": "paul@pjrc.com",
"url": "http://www.pjrc.com",
"maintainer": true
},
{
"name": "Jim Studt"
},
{
"name": "Tom Pollard",
"email": "pollard@alum.mit.edu"
},
{
"name": "Derek Yerger"
},
{
"name": "Josh Larios"
},
{
"name": "Robin James"
},
{
"name": "Glenn Trewitt"
},
{
"name": "Jason Dangel",
"email": "dangel.jason AT gmail.com"
},
{
"name": "Guillermo Lovato"
},
{
"name": "Ken Butcher"
},
{
"name": "Mark Tillotson"
},
{
"name": "Bertrik Sikken"
},
{
"name": "Scott Roberts"
}
],
"repository": {
"type": "git",
"url": "https://github.com/PaulStoffregen/OneWire"
},
{
"name": "Jim Studt"
},
{
"name": "Tom Pollard",
"email": "pollard@alum.mit.edu"
},
{
"name": "Derek Yerger"
},
{
"name": "Josh Larios"
},
{
"name": "Robin James"
},
{
"name": "Glenn Trewitt"
},
{
"name": "Jason Dangel",
"email": "dangel.jason AT gmail.com"
},
{
"name": "Guillermo Lovato"
},
{
"name": "Ken Butcher"
},
{
"name": "Mark Tillotson"
},
{
"name": "Bertrik Sikken"
},
{
"name": "Scott Roberts"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/PaulStoffregen/OneWire"
}
"version": "2.3.2",
"homepage": "https://www.pjrc.com/teensy/td_libs_OneWire.html",
"frameworks": "Arduino",
"examples": [
"examples/*/*.pde"
]
}