-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibrary.json
29 lines (29 loc) · 869 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": "R4HttpClient",
"keywords": "r4 internet client, r4httpclient, r4http, httpclient, http client, uno r4, r4 communication, uno r4 wifi",
"description": "A wrapper for Arduino UNO R4 WiFi microcontroller WiFiS3 HttpClient with functionality of GET & POST.",
"repository": {
"type": "git",
"url": "https://github.com/piscodev/r4httpclient.git"
},
"authors": [
{
"name": "Princetoniño Piscos",
"email": "princepiscos@gmail.com",
"maintainer": true
}
],
"version": "1.0.4",
"frameworks": "arduino",
"platforms": [
"Arduino UNO R4 Boards",
"ATmega328P",
"Arm Cortex-M4",
"arduino:renesas"
],
"examples": [
"examples/GET_request/*.ino",
"examples/POST_request/*.ino"
],
"license": "GPL-3.0"
}