-
Notifications
You must be signed in to change notification settings - Fork 89
/
library.json
29 lines (29 loc) · 931 Bytes
/
library.json
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
{
"name": "OneWireHub",
"frameworks": "Arduino",
"keywords":
"onewire, 1-wire, bus, periphery, device, sensor, temperature, voltage, current, memory, BAE910, DS1822, DS18B20, DS18S20, DS1990, DS2401, DS2405, DS2408, DS2411, DS2413, DS2423, DS2430, DS2431, DS2432, DS2433, DS2434, DS2438, DS2450, DS2501, DS2502, DS2503, DS2505, DS2506, DS2890",
"description":
"OneWire peripheral device emulator with support for up to 32 simultaneous devices",
"authors": [
{
"name": "Ingmar Splitt",
"url": "https://github.com/orgua",
"maintainer": true
},
{
"name": "MarkusLange"
},
{
"name": "Shagrat2"
}
],
"repository": {
"type": "git",
"url": "https://github.com/orgua/OneWireHub"
},
"version": "3.0.0",
"examples": [
"examples/*/*.ino"
]
}