components/esp32-owb/library.json

changeset 72
acc1904cd70d
equal deleted inserted replaced
71:995557380e5f 72:acc1904cd70d
1 {
2 "name": "esp32-owb",
3 "keywords": "onewire, 1-wire, bus, sensor, temperature",
4 "description": "ESP32-compatible C component for the Maxim Integrated 1-Wire protocol.",
5 "repository":
6 {
7 "type": "git",
8 "url": "https://github.com/DavidAntliff/esp32-owb.git"
9 },
10 "authors":
11 [
12 {
13 "name": "David Antliff",
14 "url": "https://github.com/DavidAntliff",
15 "maintainer": true
16 },
17 {
18 "name": "Chris Morgan",
19 "url": "https://github.com/chmorgan"
20 }
21 ],
22 "version": "0.1",
23 "frameworks": "espidf",
24 "platforms": "espressif32",
25 "build": {
26 "flags": [
27 "-I include/"
28 ]
29 }
30 }

mercurial