-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlibrary.json
More file actions
23 lines (23 loc) · 696 Bytes
/
library.json
File metadata and controls
23 lines (23 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "ObjectButton",
"version": "2.0.0",
"keywords": "arduino, button, pushbutton",
"description": "ObjectButton is an Arduino library for detecting common button actions. Because of it, you can map different functions into a single button, i.e., turn on the light on a button click and play an alarm sound on double-click.",
"license": "Apache-2.0",
"repository":
{
"type": "git",
"url": "https://github.com/JSC-TechMinds/ObjectButton"
},
"authors":
[
{
"name": "JSC TechMinds",
"email": "development@jsctm.cz",
"url": "https://github.com/JSC-TechMinds",
"maintainer": true
}
],
"frameworks": "arduino",
"platforms": "*"
}