SimpleSerialProtocol/library.json
2021-05-05 23:00:55 +02:00

23 lines
614 B
JSON

{
"name": "SimpleSerialProtocol",
"version": "1.9.0",
"description": "Easy-to-use serial protocol system for arduino type devices.",
"keywords": "Serial, Connectivity, USB, Simple",
"repository":
{
"type": "git",
"url": "https://git.aterve.com/Frozenverse/SimpleSerialProtocol.git"
},
"authors":
[
{
"name": "Nick Leeman",
"email": "nick@aterve.nl",
"url": "https://www.froz.io"
}
],
"license": "GNU",
"homepage": "https://git.aterve.com/Frozenverse/SimpleSerialProtocol",
"frameworks": "*",
"platforms": "*"
}