Mercurial > code > home > repos > homeauto
comparison service/arduinoNode/arduino-libraries/DallasTemperature/library.json @ 970:4f5825a9fc47
some external arduino libs, minus examples and docs
Ignore-this: 444126f11a1755109b3b29cbeaa6b9bd
darcs-hash:20150411084314-312f9-165a2a8d6ee806950c8a7ae2145364d286fd50b4
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 11 Apr 2015 01:43:14 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
969:70a5392b24d3 | 970:4f5825a9fc47 |
---|---|
1 { | |
2 "name": "DallasTemperature", | |
3 "keywords": "onewire, 1-wire, bus, sensor, temperature", | |
4 "description": "Arduino Library for Dallas Temperature ICs (DS18B20, DS18S20, DS1822, DS1820)", | |
5 "repository": | |
6 { | |
7 "type": "git", | |
8 "url": "https://github.com/milesburton/Arduino-Temperature-Control-Library.git" | |
9 }, | |
10 "authors": | |
11 [ | |
12 { | |
13 "name": "Miles Burton", | |
14 "email": "miles@mnetcs.com", | |
15 "url": "http://www.milesburton.com", | |
16 "maintainer": true | |
17 }, | |
18 { | |
19 "name": "Tim Newsome", | |
20 "email": "nuisance@casualhacker.net" | |
21 }, | |
22 { | |
23 "name": "Guil Barros", | |
24 "email": "gfbarros@bappos.com" | |
25 }, | |
26 { | |
27 "name": "Rob Tillaart", | |
28 "email": "rob.tillaart@gmail.com" | |
29 } | |
30 ], | |
31 "dependencies": | |
32 { | |
33 "name": "OneWire", | |
34 "authors": "Paul Stoffregen", | |
35 "frameworks": "arduino" | |
36 }, | |
37 "frameworks": "arduino", | |
38 "platforms": "atmelavr" | |
39 } |