mirror of https://github.com/arendst/Tasmota.git
13 lines
349 B
JSON
13 lines
349 B
JSON
{
|
|
"name": "LinkedList",
|
|
"keywords": "pattern",
|
|
"description": "A fully implemented LinkedList (int, float, objects, Lists or Wales) made to work with Arduino projects",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/ivanseidel/LinkedList.git"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|