forked from orgua/OneWireHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
29 lines (29 loc) · 805 Bytes
/
library.json
File metadata and controls
29 lines (29 loc) · 805 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
{
"name": "OneWireHub",
"frameworks": "Arduino",
"keywords": "onewire, 1-wire, bus, slave, 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 slave 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": "2.2.4",
"examples": [
"examples/*/*.ino"
]
}