initial push
This commit is contained in:
23
library.json
Normal file
23
library.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "SimpleSerialProtocol",
|
||||
"version": "1.0.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": "*"
|
||||
}
|
Reference in New Issue
Block a user