components/esp32-owb/library.json

branch
idf 5.1
changeset 130
96ee5cb45b37
equal deleted inserted replaced
129:31f9d3e4a85f 130:96ee5cb45b37
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