initial push

This commit is contained in:
2021-03-29 23:48:38 +02:00
parent f7066319be
commit 4ba8332404
6 changed files with 311 additions and 19 deletions

23
library.json Normal file
View 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": "*"
}