-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathlibrary.json
More file actions
26 lines (25 loc) · 736 Bytes
/
Copy pathlibrary.json
File metadata and controls
26 lines (25 loc) · 736 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://www.thecoderscorner.com/products/arduino-libraries/",
"maintainer": true
}
],
"dependencies": [
{
"name": "TcMenuLog"
}
],
"version": "1.5.4",
"license": "Apache-2.0",
"frameworks": "arduino, mbed",
"platforms": "*"
}