Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "PJON", | ||
"description": "PJON is a device communications bus system that connects up to 255 arduino boards over a single wire", | ||
"keywords": "communication, bus", | ||
"authors": | ||
{ | ||
"name": "Giovanni Blu Mitolo", | ||
"email": "gioscarab@gmail.com" | ||
}, | ||
"repository": | ||
{ | ||
"type": "git", | ||
"url": "https://github.com/gioblu/PJON.git" | ||
}, | ||
"version": "1.1", | ||
"frameworks": "arduino", | ||
"platforms": | ||
[ | ||
"atmelavr", | ||
"espressif" | ||
] | ||
} |