-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
library.json
37 lines (36 loc) · 1.04 KB
/
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
30
31
32
33
34
35
36
37
{
"name": "IoAbstraction",
"keywords": "PCF8574,MCP23017,Rotary Encoder,Switches,Buttons,Debounced,Keyboard,EEPROM,AT24CX",
"description": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR & I2C AT24x ROMs.",
"repository": {
"type": "git",
"url": "https://github.com/TcMenu/IoAbstraction"
},
"authors": [
{
"name": "tcmenu",
"url": "https://tcmenu.github.io/documentation/",
"maintainer": true
}
],
"dependencies": [
{
"name": "Wire",
"frameworks": "arduino"
},
{
"name": "SimpleCollections"
},
{
"name": "TaskManagerIO"
},
{
"name": "TcMenuLog"
}
],
"version": "4.4.0",
"license": "Apache-2.0",
"frameworks": "arduino, mbed",
"platforms": "*",
"headers": "IoAbstraction.h"
}