初始化提交
This commit is contained in:
21
arduino-cli/libraries/CoopTask/library.json
Normal file
21
arduino-cli/libraries/CoopTask/library.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "CoopTask",
|
||||
"version": "3.6.4",
|
||||
"description": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows",
|
||||
"keywords": [
|
||||
"multitasking", "timing"
|
||||
],
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/dok-net/CoopTask"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Dirk Kaar"
|
||||
}
|
||||
],
|
||||
"license": "LGPL-2.1+",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user