-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
23 lines (23 loc) · 760 Bytes
/
library.json
File metadata and controls
23 lines (23 loc) · 760 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": "AttachInterruptEx",
"keywords": "callbacks, arduino, teensy ",
"description": "Extends the standard attachInterrupt function to allow passing state to the pin interrupt callbacks. Accepts free functions and static member functions, lambda expressions and functors as callbacks",
"repository":
{
"type": "git",
"url": "https://github.com/luni64/AttachInterruptEx"
},
"authors":
{
"name": "luni64",
"url": "https://github.com/luni64",
"maintainer": true
},
"dependencies":
{
"CallbackHelper": "https://github.com/luni64/CallbackHelper.git#>0.1.2"
},
"homepage": "https://github.com/luni64/AttachInterruptEx",
"version": "0.1.3",
"frameworks": "arduino"
}