-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
27 lines (26 loc) · 846 Bytes
/
library.json
File metadata and controls
27 lines (26 loc) · 846 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
{
"name": "gpioSwitchInput",
"version": "0.2.10",
"description": "Common interface for local(direct on the MCU) GPIO pins connected to switches. This is to provide a common interface to deals with different types of switches e.g. Push, toggle etc. And also to have the same interface to other libraries dealing with IO Expanders etc. ",
"keywords": "GPIO IO Switch Input",
"repository":
{
"type": "git",
"url": "git@github.com:home-controller/pinIO.git"
},
"authors":
[
{
"name": "jmnc2",
"email": "49760581+jmnc2@users.noreply.github.com",
"url": "https://github.com/jmnc2/pinIO",
"maintainer": true
}
],
"dependencies": {
},
"license": "MIT",
"homepage": "https://github.com/jmnc2",
"frameworks": "*",
"platforms": "*"
}