library.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "OneWire",
  3. "description": "Control 1-Wire protocol (DS18S20, DS18B20, DS2408 and etc)",
  4. "keywords": "onewire, 1-wire, bus, sensor, temperature, ibutton",
  5. "authors": [
  6. {
  7. "name": "Paul Stoffregen",
  8. "email": "paul@pjrc.com",
  9. "url": "http://www.pjrc.com",
  10. "maintainer": true
  11. },
  12. {
  13. "name": "Jim Studt"
  14. },
  15. {
  16. "name": "Tom Pollard",
  17. "email": "pollard@alum.mit.edu"
  18. },
  19. {
  20. "name": "Derek Yerger"
  21. },
  22. {
  23. "name": "Josh Larios"
  24. },
  25. {
  26. "name": "Robin James"
  27. },
  28. {
  29. "name": "Glenn Trewitt"
  30. },
  31. {
  32. "name": "Jason Dangel",
  33. "email": "dangel.jason AT gmail.com"
  34. },
  35. {
  36. "name": "Guillermo Lovato"
  37. },
  38. {
  39. "name": "Ken Butcher"
  40. },
  41. {
  42. "name": "Mark Tillotson"
  43. },
  44. {
  45. "name": "Bertrik Sikken"
  46. },
  47. {
  48. "name": "Scott Roberts"
  49. }
  50. ],
  51. "repository": {
  52. "type": "git",
  53. "url": "https://github.com/PaulStoffregen/OneWire"
  54. },
  55. "version": "2.3.7",
  56. "homepage": "https://www.pjrc.com/teensy/td_libs_OneWire.html",
  57. "frameworks": "Arduino",
  58. "examples": [
  59. "examples/*/*.pde"
  60. ]
  61. }