-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathlibrary.json
More file actions
26 lines (25 loc) · 716 Bytes
/
library.json
File metadata and controls
26 lines (25 loc) · 716 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
{
"name": "TaskManagerIO",
"keywords": "tasks, task-manager, scheduler, event-driven, interrupts",
"description": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or when events are triggered. Thread safe for RTOS use.",
"repository": {
"type": "git",
"url": "https://github.com/TcMenu/TaskManagerIO"
},
"authors": [
{
"name": "tcmenu",
"url": "https://tcmenu.github.io/documentation/",
"maintainer": true
}
],
"dependencies": [
{
"name": "TcMenuLog"
}
],
"version": "1.5.2",
"license": "Apache-2.0",
"frameworks": "arduino, mbed",
"platforms": "*"
}