-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
31 lines (31 loc) · 702 Bytes
/
library.json
File metadata and controls
31 lines (31 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "MycilaDS18",
"version": "5.2.1",
"description": "ESP32 / Arduino Library for Dallas / Maxim DS18 sensor using RMT peripheral",
"homepage": "https://github.com/mathieucarbou/MycilaDS18",
"repository": {
"type": "git",
"url": "https://github.com/mathieucarbou/MycilaDS18.git"
},
"authors": {
"name": "Mathieu Carbou",
"url": "https://github.com/mathieucarbou"
},
"license": "MIT",
"frameworks": "arduino",
"platforms": [
"espressif32"
],
"headers": "MycilaDS18.h",
"export": {
"include": [
"examples",
"src",
"library.json",
"library.properties",
"LICENSE",
"platformio.ini",
"README.md"
]
}
}