forked from UIPEthernet/UIPEthernet
-
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) · 741 Bytes
/
library.json
File metadata and controls
29 lines (29 loc) · 741 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": "UIPEthernet",
"keywords": "ENC28j60, Ethernet, UIP, TCP/IP, Network",
"description": "Ethernet library for ENC28J60 (Compatible with Wiznet W5100 Ethernet library API.)",
"repository":
{
"type": "git",
"url": "https://github.com/UIPEthernet/UIPEthernet.git"
},
"authors":
[
{
"name": "CassyArduino",
"email": "cassy@zalaszam.hu",
"url": "http://www.zalaszam.hu/~cassy",
"maintainer": true
}
],
"version": "2.0.8",
"frameworks": "arduino, mbed",
"platforms": "atmelavr, atmelmegaavr, atmelsam, espressif8266, intel_arc32, nordicnrf51, nxplpc, ststm32, teensy",
"export":
{
"exclude": [
"hardware",
"tests"
]
}
}