forked from PaulStoffregen/FlexiTimer2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
24 lines (24 loc) · 677 Bytes
/
Copy pathlibrary.json
File metadata and controls
24 lines (24 loc) · 677 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
{
"name": "FlexiTimer2",
"keywords": "timer, callback",
"description": "Arduino library to use timer 2 with a configurable resolution. Based on MsTimer2 by Javier Valencia. Written for the project associated with the \"Mobile & Pervasive Computing\" course at Hasselt University in Belgium.",
"repository": {
"type": "git",
"url": "https://github.com/PaulStoffregen/FlexiTimer2.git"
},
"authors": [{
"name": "Wim Leers",
"url": "http://wimleers.com/"
}, {
"name": "Paul Stoffregen",
"url": "https://www.pjrc.com/about/",
"maintainer": true
}],
"frameworks": [
"arduino"
],
"platforms": [
"atmelavr",
"teensy"
]
}