forked from Aasim-A/AsyncTimer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
38 lines (38 loc) · 780 Bytes
/
library.json
File metadata and controls
38 lines (38 loc) · 780 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
32
33
34
35
36
37
38
{
"name": "AsyncTimer",
"version": "2.1.3",
"description": "JavaScript-like async timing functions (setTimeout, setInterval).",
"keywords": [
"settimeout",
"setinterval",
"timeout",
"delay",
"interval",
"timer",
"async",
"asynchronous",
"esp",
"esp32",
"esp8266",
"arduino",
"uno",
"Seeeduino",
"javascript"
],
"repository":
{
"type": "git",
"url": "https://github.com/Aasim-A/AsyncTimer.git"
},
"homepage": "https://github.com/Aasim-A/AsyncTimer",
"authors":
{
"name": "Aasim-A",
"url": "https://github.com/Aasim-A",
"maintainer": true
},
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino"
}